9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oItem = CreateItemOnObject("NW_WDBAX001", oPC);
|
||
|
SetLocalInt(oItem, "Prototype", TRUE);
|
||
|
SetLocalString(oItem, "Type", "Melee");
|
||
|
SetItemCursedFlag(oItem, TRUE);
|
||
|
}
|