The Dink Network

help plz

February 25th 2005, 04:40 PM
anon.gif
SIR AKN
Ghost They/Them
 
which map block do you start on if i can choose how must i go on by doing that?
February 25th 2005, 05:27 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
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();
February 25th 2005, 06:05 PM
wizardg.gif
Chaotic
Peasant He/Him
 
Or get a Skeleton