The Dink Network

Reply to Re: spawn and stuff

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:
 
 
August 21st 2003, 02:53 PM
old.gif
start:
blah
blah

wait(1);
loop:
&ctdown -= 1;
wait(1000);

if (&ctdown < -200)
{
say_xy("`% killing", 272, 15);
kill_this_task();
} else
{
if (&ctdown < 1)
{
say_xy("`% not killing", 272, 15);
wait(1);
goto start;
} else
{
goto loop;
}
}