The Dink Network

Reply to Loading screen

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 28th 2003, 08:35 PM
pillbug.gif
VOID MAIN(VOID)
{
freeze(1);
&player_map = 174;
sp_x(1, 309);
sp_y(1, 175);
stop_entire_game();

blah

load_screen();
draw_screen();
draw_status();
fade_up(0);
unfreeze(1);
script_attach(1000);
kill_this_task()

}

This scrpt seems to work properly except for the bottom 3rd. The screen just won't load, please help!