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