View Single Post
  #3  
Old 07-18-2001, 09:25 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...
NPC Code:
if (playerchats) {
this.test=0;
for (i=0;i<strlen(#c);i++) {
this.test=strcontains(#e(i,1,#c),-1234567890);
}
if (this.test==1) setplayerprop #c,Whoa, you only said numbers!@;
else setplayerprop #c,Hmm, that wasn't all numbers;
}

__________________

Reply With Quote