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