View Single Post
  #6  
Old 06-08-2002, 03:55 AM
user13-xo user13-xo is offline
Registered User
Join Date: Nov 2001
Location: California
Posts: 297
user13-xo is on a distinguished road
Send a message via AIM to user13-xo
lmao

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.... =?
Reply With Quote