#include "x2_inc_itemprop" void main() { object oPC = GetPCSpeaker(); object oItem = CreateItemOnObject("NW_WTHDT001", oPC); SetLocalInt(oItem, "Prototype", TRUE); SetLocalString(oItem, "Type", "MightyThrowing"); SetItemCursedFlag(oItem, TRUE); itemproperty ipAdd; ipAdd = ItemPropertyLimitUseByRace(RACIAL_TYPE_OOZE); IPSafeAddItemProperty(oItem, ipAdd); }