The Dink Network

Reply to Re: Alt Hero Dmod Probs

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:
 
 
July 29th 2003, 04:26 AM
duckdie.gif
I finally found your problem, and I fixed it.
If your start screen is 401, for example, then add this at the end of start-1.c, just before killing the task:
screenlock(0);
&player_map = 401;
load_screen(401);
draw_screen();
draw_hard_map();
dink_can_walk_off_screen(0);