The Dink Network

Reply to Re: Favourite Dmod Ideas

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 26th 2006, 09:03 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
And it works, even if you change the save_game_info for one savefile, all the others stay in their own format:

if (&player_map == 35)
{
set_save_game_info("Dink's House. Level &level");
}
if (&player_map == 39)
{
set_save_game_info("Banana country. Level &level");
}
if (&player_map == 140)
{
set_save_game_info("Mines of Death. Level &level");
}

Saving a game on screen 35 in slot one, and then going to screen 140 and save in slot two, and then load, you'll see this:

Dink's House. Level: 1
Mines of Death. Level: 1

And that's just so cool.