Reply to Re: help plz
If you don't have an account, just leave the password field blank.
If you don't have modified anything, you'll start on square 1.
To modify it, copy start-1.c from the main dink game to your dmod's story directory, and look for:
Say_xy("`%Creating new game...", 0, 390);
wait(1);
After that, you can place &player_map = ###; where ### is the map number you want to start on.
If you change the sp_x(1, 334); and the sp_y(1, 161); You'll change the x and the y coördinates where Dink starts.
The game will start, but without the status bar visible. If you want to see it, place the following piece of code:
&update_status = 1;
draw_status();
To modify it, copy start-1.c from the main dink game to your dmod's story directory, and look for:
Say_xy("`%Creating new game...", 0, 390);
wait(1);
After that, you can place &player_map = ###; where ### is the map number you want to start on.
If you change the sp_x(1, 334); and the sp_y(1, 161); You'll change the x and the y coördinates where Dink starts.
The game will start, but without the status bar visible. If you want to see it, place the following piece of code:
&update_status = 1;
draw_status();