home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1116.lha / Programs / SimCityFundsCheat / Product-Info next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  888 b   |  40 lines

  1. .name
  2. SimCityFundsCheat
  3. .type
  4. Game Tool
  5. .short
  6. Changes amount of funds in SimCity City
  7. .description
  8. As the name suggest the aim of this program is to change the 
  9. amount of funds in a SimCity City. It does this by Loading a 
  10. Map File and changing the amount of funds available to that
  11. map. This is the only function of this program.
  12. NOTE: Not for SimCity 2000
  13. .version
  14. 1.03
  15. .author
  16. DCAT
  17. .distribution
  18. Copyrighted but Freely Redistributable
  19. .docs
  20. SimCityFundsCheat.DOC
  21. .described-by
  22. Richard Fish (rjf@amigalib.com)
  23. .submittal
  24. Submitted on disk directly by the author.
  25. .aminet-dir
  26. game/patch
  27. .execute
  28. LAB Start
  29. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  30. if $choice GT "0"
  31.   if $choice EQ "1"
  32.     MetaTool SimCityFundsCheat.DOC TEXT
  33.   else
  34.     if $choice EQ "2"
  35.       SimCityFundsCheat
  36.     endif
  37.   endif
  38.   skip Start BACK
  39. endif
  40.