Thread: Question..
View Single Post
  #2  
Old 04-01-2001, 05:56 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Hmm well to keep it at your example:
NPC Code:
if (strequals(#c,blah)) {
for (this.p=0;this.p<playerscount;this.p++) {
if (!strequals(#m(this.p),ganiname)) {
setani ganiname,;
}
}
}


Should work.
__________________

Reply With Quote