Reply to Re: Meaner Boss
If you don't have an account, just leave the password field blank.
So the boss script spawns the timer? That makes things easier.
Try this.
Try this.
//Boss Script
&save_x = ¤t_sprite;
spawn("timer");//Timer Script
int &boss = &save_x;
...
....
.....
//somewhere within the loop
if (&minutes == 0)
{
if (&seconds <= 30)
{
sp_speed(&boss,6);
}
}





