void main() { object oPC = GetPCSpeaker(); object oItem = CreateItemOnObject("NW_WSWRP001", oPC); SetLocalInt(oItem, "Prototype", TRUE); SetLocalString(oItem, "Type", "Melee"); SetItemCursedFlag(oItem, TRUE); }