Quote:
Originally posted by user13-xo
O.o im retarded lol i know what they are now..... i never knew they were called string arrays O.o X.x But that dont explain how i should make the damn npc look....
if (keydown(1) && this.box>0) {
this.box-=1;
tokenize client.boxs;
while (!strcontains(#t(this.box),box#v(this.box))) {
this.box-=1;
}
}
See O.o so i can make like a selector like if you dont have a box
it misses it out.... =?
|
nuuuuuu! don't use tokenize!
use this:
addstring list, string;
and to access a string in the string array use:
#I(list, index);