The Dink Network

Oops!

June 8th 2003, 08:52 PM
pillbug.gif
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);

}
June 8th 2003, 10:17 PM
custom_odd.gif
Should the script attach be before the &player_map ?
June 9th 2003, 03:58 AM
fish.gif
Binirit
Peasant She/Her
 
Use kill_this_task(); after fade_up();
June 9th 2003, 09:46 AM
pillbug.gif
Thanks a lot