home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 1 / advinhev1.iso / adventur / greens / grhelp.inc < prev    next >
Text File  |  1992-03-09  |  3KB  |  80 lines

  1. ' help1.inc
  2. ' rev: 18 Dec 1991
  3.       '          HMAP
  4.       '          HABOUT1                 help1.inc
  5.       '          HABOUT2                      "
  6.       '          HSALOON                      "
  7.       '          HPLAY                        "
  8.       '          HUNITS 
  9.       '          HSIGHT
  10.       data 5   :' nitems
  11. data 13, 50, 30        :' HMAP
  12. data "F1: Help"  
  13. data "F2: Overlay grid" 
  14. data "F3: Unit map" 
  15. data "F4: Global Map" 
  16. data "F5: Set individual modes"
  17. data "F6: Set modes for all"
  18. data "F10 Quit " 
  19. data " "
  20. data "Left click to select terrain type in lower middle "
  21. data "area.  Then left click on map to change terrain."
  22. data " "
  23. data "Right click near an edge, or press an arrow key"
  24. data "to scroll one line in that direction. 
  25.  
  26. data 8, 60, 45          :' HABOUT1
  27. data "'They paved Paradise and put up a parking lot!'"
  28. data " "
  29. data "GREEN is a strategy game in which you try to prevent the"
  30. data "pavers from taking over your lands." 
  31. data " "
  32. data "There are several different maps, of varying difficulty."
  33. data "You have the ability to plant hedges, add walls, and to "
  34. data "destroy pavement, but each of these actions has its costs."
  35.  
  36. data 27, 60, 45   :' HABOUT2
  37.       data "This program is shareware, a means of distributing"
  38.       data "software. Under this concept, software may be freely"
  39.       data "copied and passed along to others, or distributed" 
  40.       data "through bulletin board systems or national networks."
  41.       data " "
  42.       data "As a recipient of this shareware, you may use it for a"
  43.       data "short trial period to determine if it meets your needs."
  44.       data "If it's not suitable, then you can discard it. To"
  45.       data "register, print the form included in file REGISTER.FRM"
  46.       data "and send it with a check for $25 to:
  47.       data " "
  48.       data "            Cascoly Software"
  49.       data "            4528 36th NE    "
  50.       data "            Seattle WA 98105"
  51.       data " "
  52.       data "Registered users will receive additional maps for "
  53.       data "new adventures and a bonus program.  "
  54.       data " "
  55.       data " "
  56.       data "                          ┌─────────┐                    "
  57.       data "                    ┌─────┴───┐     │               (R)  "
  58.       data "                  ──│         │o    │──────────────────  "
  59.       data "                    │   ┌─────┴╨──┐ │  Association of    "
  60.       data "                    │   │         │─┘  Shareware         "
  61.       data "                    └───│    o    │    Professionals     "
  62.       data "                  ──────│    ║    │────────────────────  "
  63.       data "                        └────╨────┘    MEMBER            "
  64.  
  65.       
  66. data 1, 45, 20       :' HSALOON
  67. data " "
  68. data 9, 30,20       :' HPLAY
  69.       data "Function Keys:"
  70.       data "───────────── "    
  71.       data "F1:  Help   "
  72. data "F3: Unit map" 
  73. data "F4: Global Map" 
  74. data "F5: Set individual modes"
  75. data "F6: Set modes for all"
  76. data "F7: Show savings goal"
  77.       data "F10: Quit "
  78.       
  79.  
  80.