Thread: Script Help.
View Single Post
  #5  
Old 08-27-2002, 08:44 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
I loved it when Stefan released string arrays.
Before that I had to:

NPC Code:

tokenize #s(bla);
for (this.i=0;this.i<tokenscount;this.i++) {
if (this.found==0 && strequals(#a,#t(this.i))) {
this.found = 1;
// Other stuff here
}
}



All that code compacted into one little bit of code.
__________________
[signature]insert here[/signature]
Reply With Quote