SaveGameDialog ()
Displays the save game dialog, where the player can save their current
game position. If they select to save, then the game position will be saved.
NOTE: The dialog will not be displayed immediately; instead, it will be
shown when the script function finishes executing.
Example:
if (keycode == 361) SaveGameDialog();
will bring up the save game dialog if the player presses the F3 key.
See Also: RestoreGameDialog, SaveGameSlot
|