Quote:
Originally posted by NeoNPL
That NPC would be easy
NPC Code:
//NPC Made by NeoNPL For Graal2001 Events Team
if (Playertouchsme){Toweapons ID-O-Matic;
}
if (weaponfired){setplayerprop #c, Winner Player Number:random(1,150);
}
I think that would work
|
That wouldn't work. Behold:
NPC Code:
if(playertouchsme) toweapons Yaddayadda;
if(weaponfired) setplayerprop #c, Winner Player Number: #v(int(random(1,151)));
Even then, I wouldn't do it as an NPCw.