Reply to Re: Why... It's another dull script problem!!! (but don't let that stop you from helping me)
If you don't have an account, just leave the password field blank.
It still crashes
I've reduced the script a little for now, but it crashes before the &boss is created.
freeze(1);
sp_dir(1, 2);
wait(300);
stopmidi("panter.mid");
wait(1000);
int &boss = create_sprite(497, 389, 9, 341, 1);
sp_dir(&boss, 8);
sp_speed(&boss, 1);
sp_hard(&boss, 0);
move_stop(&boss, 8, 250, 1);

I've reduced the script a little for now, but it crashes before the &boss is created.
freeze(1);
sp_dir(1, 2);
wait(300);
stopmidi("panter.mid");
wait(1000);
int &boss = create_sprite(497, 389, 9, 341, 1);
sp_dir(&boss, 8);
sp_speed(&boss, 1);
sp_hard(&boss, 0);
move_stop(&boss, 8, 250, 1);