Reply to Re: HELP!!!!
If you don't have an account, just leave the password field blank.
: here is an example-
: fade_down();
: &player_map = 1;
: sp_>
1, 340);
: sp_y(1, 190);
: load_screen(1);
: sp_brain(1, 1);
: fade_up();
: draw_screen();
Nah, that's for teleporting/warping someone. For start-1.c , just add:
&player_map = 1;
and x and y for Dink, with sp_x (); and sp_y();. Fade_up(); and fade_down(); are for warping, you don't need them to start the game (in start-1.c).
: fade_down();
: &player_map = 1;
: sp_>

: sp_y(1, 190);
: load_screen(1);
: sp_brain(1, 1);
: fade_up();
: draw_screen();
Nah, that's for teleporting/warping someone. For start-1.c , just add:
&player_map = 1;
and x and y for Dink, with sp_x (); and sp_y();. Fade_up(); and fade_down(); are for warping, you don't need them to start the game (in start-1.c).