Oops!
The reason I'm asking you guys this question is because a one script, with everything I asked, wouldn't work, I later found out I forgot to put in a space somewhere
Well, one other question, why won't this d--- (can I say that?) Thing work!! The stupid screen just stays black!!
VOID MAIN(VOID)
{
freeze(1);
fade_down();
fill_screen(0);
&player_map = 136;
sp_x(1, 322);
sp_y(1, 337);
script_attach(1000);
load_screen();
draw_screen();
draw_status();
fade_up();
unfreeze(1);
}

VOID MAIN(VOID)
{
freeze(1);
fade_down();
fill_screen(0);
&player_map = 136;
sp_x(1, 322);
sp_y(1, 337);
script_attach(1000);
load_screen();
draw_screen();
draw_status();
fade_up();
unfreeze(1);
}