View Single Post
  #2  
Old 11-30-2001, 08:11 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
yah:

NPC Code:

if (created) {
addstring bob,joe;
addstring bob,tiny;
addstring bob,lenny;
this.zvar = lindexof(bob,tiny);

message Index of "tiny" - #v(this.zvar);
}



Try that out. If it doesn't work, tell me and I'll fix it, but it should make an NPC that will say 'Index of "tiny" - 1'
Reply With Quote