The Dink Network

Reply to Re: Blood Scorpions

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 6th 2003, 12:17 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
For some reason (probably Dink moving to the next screen), it would still kill a sprite on screen. But the following code works, so it's fine now

loop:
wait(1000);
&counter -= 1;
&text = get_sprite_with_this_brain(8, 1);
if (&text != 0)
{
sp_kill(&text, 1);
}
&text = say_xy("`%Time left: &counter", 0, 380);
if (&counter > 0) goto loop;