Thread: Some help..
View Single Post
  #1  
Old 04-08-2003, 11:11 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Some help..

Hey, i am making a script that uses for with tokenizecount, and i have some trouble with it

NPC Code:

for (i=0;tokenizecount;i++) {
showimg 300+i,#t(i)_diamonds.png,75,this.compcardpos[i];
message #v(this.compcardpos[i]);
sleep 1;
}




Anyone see anything wrong? also, the message and sleep part is just for testing.
__________________
-Kjetil Valen
Reply With Quote