Reply to Re: Debug Message
If you don't have an account, just leave the password field blank.
This bit:
sp_x(1, 325);
sp_y(1, 415);
move_stop(1, 325, 415, 1);
load_screen();
draw_screen();
fade_up();
Move after loading and drawing the screen. Anyway, why move at all? He's already at the position you're moving him to, plus the screen is still dark!
sp_x(1, 325);
sp_y(1, 415);
move_stop(1, 325, 415, 1);
load_screen();
draw_screen();
fade_up();
Move after loading and drawing the screen. Anyway, why move at all? He's already at the position you're moving him to, plus the screen is still dark!







