Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/craft_itdaxe.nss
Normal file
8
_module/nss/craft_itdaxe.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oItem = CreateItemOnObject("NW_WDBAX001", oPC);
|
||||
SetLocalInt(oItem, "Prototype", TRUE);
|
||||
SetLocalString(oItem, "Type", "Melee");
|
||||
SetItemCursedFlag(oItem, TRUE);
|
||||
}
|
Reference in New Issue
Block a user