Reply to Re: Favourite Dmod Ideas
If you don't have an account, just leave the password field blank.
It is done through a command new to 1.08, set_save_game_info. The dandy DinkC Reference 4.0, which is naturally Dan-dy since Dan wrote it, explains this new and exciting function under the Internal Functions category.
Given its brevity, I will copy and paste the description in its entirety just for you:
Category: Game Info
Version: 1.08+
Prototype: void set_save_game_info(string info[199]);
set_save_game_info will change the save game information line to info. Note that this is not the entire save game information line, but only the portion following the amount of time the player has been playing. By default, info is "Level &level".
Given its brevity, I will copy and paste the description in its entirety just for you:
Category: Game Info
Version: 1.08+
Prototype: void set_save_game_info(string info[199]);
set_save_game_info will change the save game information line to info. Note that this is not the entire save game information line, but only the portion following the amount of time the player has been playing. By default, info is "Level &level".