initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

18
help/save_game.html Normal file
View File

@@ -0,0 +1,18 @@
<HTML>
<HEAD>
<TITLE>save.game</TITLE></HEAD>
<BODY>
<h1>save.game</h1>
<B>Category</B><p>
<a href="system_commands.html">System commands</a><p>
<B>Syntax</B><p>
<p>
save.game();<p>
<B>Description</B><p>
<p>
Saves the game, which basically means writing all the information about the current status of everything in the game to a file so that it can be restored later. The user is prompted for a saved game
directory, and then is asked to choose from one of 12 save game slots to save the game in.
<p>
<B>See also</B><p>
<a href="restore_game.html">restore.game</a><p>
</BODY></HTML>