The Dink Network

Reply to Re: Time for &life to go down

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:
 
 
November 22nd 2007, 11:14 AM
spike.gif
Maybe you could do it like this:

loop:
&life -= 9;
//stuff
if (&life < 10)
goto done;
wait(500);
goto loop;
done:

You're going to have to have some kind of pause between loop: and goto loop; anyway or the game will just crash.