The Dink Network

Reply to Oops!

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 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);

}