home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / gscape.zip / SCAPE2.EXE / arc / EASY.ADV next >
Text File  |  1988-08-23  |  1KB  |  120 lines

  1. >REMAR
  2. This is probably the easiest adventure game you will ever play.
  3. <
  4. >LOCAT
  5. 1
  6. S
  7. This file is here just to show you how GAMESCAPE works.  It is a
  8. VERY simple adventure with only 2 rooms.  The object:  go to room
  9. number 2 and pick up the object you find there (ie GET item).  To
  10. go to room 2, enter S.  Go ahead!
  11. <
  12. >LOCAT
  13. 2
  14. NONE
  15. Well, you have made it to room 2.  As you will notice, there is an
  16. object here.  Just GET the object and you will win!  Wanna know a 
  17. secret?  You can GET either a TROPHY or an AWARD... this adventure
  18. scenario recognizes BOTH words!  WOWEE WOW WOW!  Then you can check your 
  19. INVentory, and END the game!
  20. <
  21. >MESSG
  22. 1
  23. You have picked up the object and won the game!  CONGRATULATIONS!
  24. <
  25. >MESSG
  26. 2
  27. OK!  You've got it!  Now you can check your INVentory.  Then if you LOOK
  28. at the room, you'll notice the trophy is gone!
  29. <
  30. >MESSG
  31. 3
  32. This game is too simple to allow recognition of that move.  Try again.
  33. <
  34. >OBJEC
  35. 1
  36. 2
  37. TROPHY
  38. >WORDS
  39. LOOK
  40. <
  41. >WORDS
  42. S
  43. <
  44. >WORDS
  45. GET
  46. <
  47. >WORDS
  48. TROPHY
  49. AWARD
  50. <
  51. >WORDS
  52. I
  53. INV
  54. INVEN
  55. INVENTORY
  56. <
  57. >WORDS
  58. END
  59. QUIT
  60. <
  61. >COMND
  62. LOOK
  63. *
  64. DO
  65. SHOW
  66. <
  67. >COMND
  68. S
  69. *
  70. IF
  71. AT
  72. 1
  73. DO
  74. GOTO
  75. 2
  76. SHOW
  77. <
  78. >COMND
  79. GET
  80. TROPHY
  81. IF
  82. AT
  83. 2
  84. EXIST
  85. 1
  86. 2
  87. DO
  88. OBJ
  89. 1
  90. 302
  91. PRINT
  92. 2
  93. <
  94. >COMND
  95. END
  96. *
  97. IF
  98. EXIST
  99. 1
  100. 302
  101. DO
  102. PRINT
  103. 1
  104. END
  105. <
  106. >COMND
  107. INV
  108. *
  109. DO
  110. INVEN
  111. <
  112. >COMND
  113. *
  114. *
  115. DO
  116. PRINT
  117. 3
  118. <
  119. >DONE!
  120.