help plz
February 25th 2005, 04:40 PM

SIR AKN


which map block do you start on if i can choose how must i go on by doing that?
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();