The Dink Network

Reply to Re: Meaner Boss

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:
 
 
January 25th 2010, 03:09 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
So the boss script spawns the timer? That makes things easier.
Try this.

//Boss Script
&save_x = &current_sprite;
spawn("timer");


//Timer Script
int &boss = &save_x;
...
....
.....
//somewhere within the loop
if (&minutes == 0)
{
    if (&seconds <= 30)
    {
    sp_speed(&boss,6);

    }
}