home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 888 b | 40 lines |
- .name
- SimCityFundsCheat
- .type
- Game Tool
- .short
- Changes amount of funds in SimCity City
- .description
- As the name suggest the aim of this program is to change the
- amount of funds in a SimCity City. It does this by Loading a
- Map File and changing the amount of funds available to that
- map. This is the only function of this program.
- NOTE: Not for SimCity 2000
- .version
- 1.03
- .author
- DCAT
- .distribution
- Copyrighted but Freely Redistributable
- .docs
- SimCityFundsCheat.DOC
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- game/patch
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool SimCityFundsCheat.DOC TEXT
- else
- if $choice EQ "2"
- SimCityFundsCheat
- endif
- endif
- skip Start BACK
- endif
-