The Dink Network

Reply to Re: 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:
 
 
May 2nd 2003, 10:47 PM
old.gif
&köno = 10;
hoowoo:

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

if &könö is a global int then it should work, if its not, then use

int &könö = 10

or

make it a global.

I found another error in your script, at the if statement you wrote &köno not &könö