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