The Dink Network

Reply to Re: Inside

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:
 
 
April 1st 2008, 05:04 AM
fairy.gif
Someone
Peasant He/Him Australia
 
in script for the cave screens

&player_map -= 100;
//load_screen();
//draw_screen();
&player_map += 100;
//load_screen();
//draw_screen();

where the cave starts at screen 101.

I haven't tried it, so I don't know if the load_screen (or both load and draw) are needed. Probably at least load and it's probably not worth it either..