home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / role / dungeonmap / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.9 KB  |  87 lines

  1. .name
  2. DungeonMap
  3. .type
  4. Game Utility
  5. .short
  6. Creates custom dungeons for games
  7. .description
  8. DungeonMap is intended to be used as an aid to Dungeon Masters (DM's) © TSR
  9. for creating dungeons for use in Advanced Dungeons & Dragons (AD&D) © TSR.
  10. But, you can use it for what ever you like.
  11.  
  12. The legend says "Door" and "Arch." But, these can be interpreted any way you
  13. please (E.g., Door's could be locked or secret doors, and Arch's could be open
  14. or unlocked doors). Just use your imagination. For the most part the program
  15. is self explanatory.  I'll just cover some of the more subtle points and
  16. features.
  17. .version
  18. 2.2
  19. .date
  20. EXAMPLE:    1993.09.27
  21. .author
  22. Bill Elliot
  23. .requirements
  24. OS2.04+
  25. .reference
  26. GoldFish-Vol2-2:BBS/game/DungeonMap-2.1.lha
  27. 2.1
  28. GoldFish-Vol2-1:Files/game/role/DungeonMap/
  29. 2.1
  30. FreshFish-Vol8-2:BBS/game/DungeonMap-2.1.lha
  31. 2.1
  32. FreshFish-Vol7:New/game/role/DungeonMap/
  33. 2.1
  34. FreshFish-Vol7:BBS/game/DungeonMap-2.1.lha
  35. 2.1
  36. GoldFish-Vol1-2:d7xx/d778/DungeonMap/
  37. 1.1
  38. GoldFish-Vol1-1:BBS/d7xx/d778/DungeonMap.lha
  39. 1.1
  40. FrozenFish-Vol1:BBS/ALib/d7xx/d778/DungeonMap.lha
  41. 1.1
  42. FreshFish-Vol1:Old/AmigaLibDisks/Disks760-779/Disk778/DungeonMap/
  43. 1.1
  44. AmigaLibDisk778:DungeonMap/
  45. 1.1
  46. GoldFish-Vol1-2:d6xx/d603/DungeonMap/
  47. 1.0
  48. GoldFish-Vol1-1:BBS/d6xx/d603/DungeonMap.lha
  49. 1.0
  50. FrozenFish-Vol1:BBS/ALib/d6xx/d603/DungeonMap.lha
  51. 1.0
  52. FreshFish-Vol1:Old/AmigaLibDisks/Disks600-619/Disk603/DungeonMap/
  53. 1.0
  54. AmigaLibDisk603:DungeonMap/
  55. 1.0
  56. .distribution
  57. Shareware
  58. .price
  59. $10
  60. .address
  61. 727 94 Ave SW.
  62. Calgary, Alberta
  63. T2V 0X8
  64. .docs
  65. DungeonMap.doc
  66. DungeonMap.guide
  67. .described-by
  68. Richard Fish (rjf@amigalib.com)
  69. .submittal
  70. Submitted on disk directly by the author.
  71. .aminet-dir
  72. game/role
  73. .execute
  74. set choice `RequestChoice "Dungeon Map" "Please select an option" "View Doc" "View Guide" "Run DungeonMap" "Cancel"`
  75. if $choice EQ "0"
  76.   quit 5
  77. endif
  78. if $choice EQ "1"
  79.   MetaTool DungeonMap.doc TEXT
  80. endif
  81. if $choice EQ "2"
  82.   MetaTool DungeonMap.guide GUIDE
  83. endif
  84. if $choice EQ "3"
  85.   DungeonMap
  86. endif
  87.