Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #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
  #2  
Old 04-08-2003, 11:19 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
tokenscount
Reply With Quote
  #3  
Old 04-08-2003, 11:26 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
ummm....graal froze...i have it inside a 0.05 timeout. is that the problem now?

NPC Code:
    for (i=0;tokenscount;i++) {
showimg 300+i,#t(i)_diamonds.png,75,this.compcardpos[i];
}

__________________
-Kjetil Valen
Reply With Quote
  #4  
Old 04-09-2003, 01:56 AM
PrinceDark PrinceDark is offline
Criminal X
PrinceDark's Avatar
Join Date: Feb 2003
Location: Miami, Florida
Posts: 662
PrinceDark will become famous soon enough
If the middle part is not true then the script will not run. I believe what you need to change is the middle part to "i<tokenscount". Simply putting tokenscount; right there is not going to work.
Reply With Quote
  #5  
Old 04-09-2003, 05:35 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
Thank you, it works now

i<tokenscount did the think
__________________
-Kjetil Valen
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:07 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.