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