home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / patch / simcityfundscheat / product-info next >
Fred Fish's Product-Info  |  1995-10-23  |  846b  |  38 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. set choice `RequestChoice "SimCity Funds Cheat" "Please select an option" "View Doc" "Run Program" "Cancel"`
  29. if $choice EQ "0"
  30.   quit 5
  31. endif
  32. if $choice EQ "1"
  33.   MetaTool SimCityFundsCheat.DOC TEXT
  34. endif
  35. if $choice EQ "2"
  36.   SimCityFundsCheat
  37. endif
  38.