View Single Post
  #7  
Old 06-08-2002, 08:19 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Re: lmao

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);
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote