Thread: ID-o-Matic
View Single Post
  #11  
Old 09-15-2001, 05:38 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
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.
Reply With Quote