The Dink Network

Reply to Re: Can this be done?

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:
 
 
September 19th 2006, 02:01 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
Yeah, just add this in it's die procedure(Assuming that the guards have a brain of 9).

int &guards;
deathloop:
&guards = get_sprite_with_this_brain(9,0);
if(&guards > 0)
{
sp_active(&guards,0);
goto deathloop;
}

If this won't work, it's probably because the boss die too quick. If so, put that in the main procedure of a script(let's name it "clear.c"), then in the boss' die proc, use
spawn("clear");