Reply to Re: Inside
If you don't have an account, just leave the password field blank.
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..
&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..






