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.