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.
