The Dink Network

Reply to One more question

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
April 30th 2003, 04:23 AM
spike.gif
[b]Uhm... Why this loop doesn't work?
The script skips the wait-thing and goes right into what happens below... After 1 second, anyway. Shouldn't I have a global named könö or what? [/b]

&köno = 10;
hoowoo:

wait(1000);
if (&könö > 0)
{
&könö -= 1;
goto hoowoo;
}