The Dink Network

Reply to Re: i could use some help

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 2nd 2008, 08:41 PM
pq_skull.gif
this doesnt work either

void main (void)
{

loop:

if (&boss > 0)
{
fade_down();
sp_x(1, 320);
sp_y(1, 200);
sp_dir(1, 8);
&player_map = 180;
load_screen();
fade_up();
draw_screen();
draw_status();
kill_this_task();
goto loop;
}
}