
MakeSave.rexx
=============

Description
-----------

This script creates a "gloomgame" savefile, containing all saves from
your "script" file.


Requirements
------------

Gloom.  ARexx.


Usage
-----

At the cli, type "rx makesave.rexx".  It will look for a file "script" in
the current directory, and create a "gloomgame" file.

If you set the "s" script bit, you dont need to rx it.

You could also attach a project icon, with the default tool set to
"Sys:RexxC/rx", and run it from the workbench.


Save game notes
---------------

Although the save file has space for 8 saves, I think gloom bugs out
if you have all 8.

Also note that there is only so much memory allocated for these position
names, so keep them short, or you could crash gloom.


Tak, 31st July 1997

