home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 6 / 1995-05_Disc_6.iso / bioforge / script / demo.scp < prev    next >
Text File  |  1995-01-18  |  5KB  |  289 lines

  1. { DEMO_MAIN
  2. < "Use these buttons to zoom to" >
  3. < "different parts of the game." >
  4. < !INTRO #ICON GO 1 "See the Intro." >
  5. < !PLAY #ICON GO 1 "Play the game!" >
  6. < !CHEAT #ICON GO 1 "Start in the elevator." >
  7. < " " >
  8. < ~DEMO_HOTKEYS "Instructions" +10 !BYEBYE "Quit To Dos" >
  9. :SHOW
  10. O $Çà 
  11. C SHOW TITLE
  12. @Çå `ü▒ 
  13. ╛ $â╖ 
  14. é 
  15. :LEFT_ANYWHERE
  16. @Çå `ü« 
  17. é 
  18. :INTRO
  19. ┐ 
  20. @Ç¥ UNHELP 1
  21. @Ç¥ INTRO
  22. J #Çü 
  23. :ENDGAME
  24. ┐ 
  25. @Ç¥ UNHELP 1
  26. @Ç¥ ENDGAME
  27. J #Çü 
  28. :PLAY
  29. ┐ 
  30. @Ç¥ UNHELP 1
  31. @Ç¥ STARTPLAYING
  32. @Ç¥ GUIDANCE
  33. é 
  34. :CHEAT
  35. ┐ 
  36. @Ç¥ UNHELP 1
  37. @Ç¥ DEMO_IN_ELEVATOR
  38. :BYEBYE
  39. @Ç¥ UNHELP 1
  40. ┐ DEMO_MAIN
  41. └ 
  42. é 
  43. }
  44. { DEMO_ELEVATOR
  45. ┐ DEMO_ZOOM
  46. ^å╗ = 3
  47. ^ï₧ = 1
  48. ^êÇ = 1
  49. ^î┤ = 1
  50. ^î⌐ = 0
  51. @Ç¢ PLAYER
  52. I @üÄ CHAOS == 0 THEN
  53. S CHAOS ELEV2_H1
  54. G ELEV2_H1 
  55. e BLASTER
  56. f WAYPT ELEV2_H1
  57. I @ÇÜ REFLECT == 0 THEN
  58. {
  59. e REFLECT
  60. f WAYPT FIDO1
  61. }
  62. @Ç¥ DEMO_QUICK
  63. é 
  64. }
  65. { DEMO_LOADING
  66. < "Loading...  Please wait." >
  67. }
  68. { DEMO_QUICK
  69. < !HELP "HELP" >
  70. < !ZOOM "ZOOM" >
  71. < !HEAL "HEAL" >
  72. ╛ $â╗ 
  73. é 
  74. :HEAL
  75. @Çå `ä╢ 
  76. @Ç¢ PLAYER
  77. .ÇéÇÇ = 100
  78. @Ç¥ LEX_WOUNDS
  79. é 
  80. :HELP
  81. @Ç¥ DEMO_HOTKEYS
  82. é 
  83. :ZOOM
  84. @Ç¥ DEMO_ZOOM
  85. é 
  86. :LEFT_ANYWHERE
  87. @Çå `ü« 
  88. é 
  89. }
  90. { DEMO_ZOOM
  91. < "Press one of these buttons to zoom to" >
  92. < "different spots in the game!" >
  93. < ~DEMO_ELEVATOR "In the Elevator with a Blaster" >
  94. < !QUIT "Quit to Dos" >
  95. ╛ $â│ 
  96. é 
  97. :QUIT
  98. └ 
  99. é 
  100. :HIDE
  101. ┐ 
  102. é 
  103. }
  104. { DEMO_HOTKEYS
  105. < ~HELP_ENTER "ENTER" @44 "Take/Drop" >
  106. < ~HELP_SPACE "SPACE" @44 "Use objects" >
  107. < ~HELP_KEYPAD "KEYPAD" @44 "Moves you around" >
  108. < ~HELP_P "P" @44 "PIMM/Options" >
  109. < ~HELP_C "C" @44 "Combat" >
  110. ╛ $â╕ 
  111. é 
  112. :HIDE
  113. ┐ 
  114. é 
  115. }
  116. { UNHELP _AND_HOTKEYS
  117. ┐ HELP_ENTER
  118. ┐ HELP_SPACE
  119. ┐ HELP_KEYPAD
  120. ┐ HELP_P
  121. ┐ HELP_C
  122. I ~ÇÇ THEN
  123. ┐ DEMO_HOTKEYS
  124. }
  125. { HELP_ENTER
  126. < "-- ENTER --" >
  127. < "Use this key to pick up objects" >
  128. < "and drop them again." >
  129. @Ç¥ UNHELP 0
  130. ╛ $â║ 
  131. é 
  132. :HIDE
  133. ┐ 
  134. é 
  135. }
  136. { HELP_SPACE
  137. < "-- SPACE --" >
  138. < "This is the so-called use key. When you" >
  139. < "press it you will use whatever you have" >
  140. < "in your left hand. When you are near" >
  141. < "something you can use, such as a monitor," >
  142. < "you will use it instead." >
  143. @Ç¥ UNHELP 0
  144. ╛ $â║ 
  145. é 
  146. :HIDE
  147. ┐ 
  148. é 
  149. }
  150. { HELP_KEYPAD
  151. < "-- KEYPAD --" >
  152. < "Use the keypad to walk around. If you hold" >
  153. < "down the shift key, you'll run. You can hold" >
  154. < "more than one key at a time and they will" >
  155. < "combine. The keys are..." >
  156. < @66 !X #ICON GO 2 "Step forward" >
  157. < "Turn left" !X #ICON GO 5 @76 !X #ICON GO 3 "Turn right" >
  158. < @66 !X #ICON GO 4 "Step backward" >
  159. @Ç¥ UNHELP 0
  160. ╛ $â║ 
  161. é 
  162. :HIDE
  163. ┐ 
  164. é 
  165. }
  166. { HELP_P
  167. < "-- Personal Information Manager --" >
  168. < "The PIMM is a cybernetic enhancement" >
  169. < "located in your arm." >
  170. < ~HELP_INVENTORY "INVENTORY" @60 "Show what you are carrying" >
  171. < ~HELP_DIAGNOSTICS "DIAGNOSTICS" @60 "Show vitality and heal yourself" >
  172. < ~HELP_JOURNAL "JOURNAL" @60 "Read your character's journal" >
  173. < ~HELP_OPTIONS "OPTIONS" @60 "Load/Save and so on" >
  174. @Ç¥ UNHELP 0
  175. ╛ $â║ 
  176. é 
  177. :HIDE
  178. ┐ 
  179. é 
  180. }
  181. { HELP_C
  182. < "-- C for Combat --" >
  183. < "Hit" !X "C" "to enter combat mode. Hitting keys on the" >
  184. < "keypad will move you around while in a combat stance." >
  185. < "Hold down" !X "Ctrl" "to use foot attacks, and hold" >
  186. < "down" !X "Alt" "to make hand attacks. Hit" !X "C" "again when" >
  187. < "you want to return to walking mode." >
  188. @Ç¥ UNHELP 0
  189. ╛ $â║ 
  190. é 
  191. :HIDE
  192. ┐ 
  193. é 
  194. }
  195. { DEMO_SHAPE
  196. < "top" >
  197. < # BOOM PING >
  198. ╛ $â╣ 
  199. }
  200. { DEMO_MENU
  201. < "Welcome to the BioForge Demo!" >
  202. < "These menus will help you to start" >
  203. < "learning the interface, and will" >
  204. < "take you to many places in the game" >
  205. < @36 ~DEMO_MAIN "Click Here To Start" >
  206. ^ଠ= 1
  207. O $ÇÖ 
  208. @Çå `ü▒ 
  209. C SHOW TITLE
  210. ╛ $â╖ 
  211. é 
  212. :SHAPE
  213. @Ç¥ DEMO_SHAPE
  214. é 
  215. :CALL
  216. ┐ 
  217. é 
  218. }
  219.  
  220. { GUIDANCE
  221. @Ç¥ GUIDE_INTRO
  222. }
  223. { GUIDE_GET
  224. < "Congratulations! You've slain your first badguy." >
  225. < "Now, walk around using the" ~HELP_KEYPAD "Keypad" "until you are" >
  226. < "standing facing the black object on the floor." >
  227. < "Hit the" ~HELP_ENTER "Enter" "key to pick it up, and" >
  228. < "then hit the" ~HELP_SPACE "Spacebar" "to use it." >
  229. P ~ÇÇ 
  230. @Çå `ü▒ 
  231. ╛ $â╣ 
  232. @Ç¢ LEX
  233. :NOTYET
  234. â 
  235. ~ÇÇ = @Çæ ANYWHERE LEXLOG 
  236. I ~ÇÇ == 0 THEN
  237. {
  238. J #ÇÑ 
  239. }
  240. W 3 SECONDS
  241. @Ç¥ UNHELP 0
  242. ┐ 
  243. @Ç¥ GUIDE_LAST
  244. }
  245. { GUIDE_LAST
  246. < "Well done. Now one last thing. The little" >
  247. < "box in the lower right corner can be used to" >
  248. < "get instructions any time, or to transport" >
  249. < "you to other parts of the game. Be careful" >
  250. < "running through those force bars!" >
  251. < @60 !LEAVE " OK " >
  252. @Ç¥ DEMO_QUICK
  253. @Çå `ü▒ 
  254. ╛ $â╕ 
  255. é 
  256. :LEAVE
  257. ┐ 
  258. }
  259. { GUIDE_INTRO
  260. < "You have awakened from a deep slumber, and" >
  261. < "already you must fight for your life." >
  262. < "Hit the" ~HELP_C "C" "key to enter combat," >
  263. < "then follow up with" ~HELP_C "Ctrl" "+" ~HELP_C #ICON GO 3 "to" >
  264. < "strike the Hypobot. Keep attacking and" >
  265. < "advance toward it when out of range." >
  266. < @10 !READY "Click here when you're ready." >
  267. ╗ 
  268. @Çå `ü▒ 
  269. ╛ $â╖ 
  270. é 
  271. :LEFT_ANYWHERE
  272. @Çå `ü« 
  273. é 
  274. :READY
  275. ╝ 
  276. @Ç¥ UNHELP 0
  277. ┐ 
  278. :WAITHERE
  279. â 
  280.  
  281.  
  282. I ^åç == 0 THEN
  283. J #ǽ 
  284. @Ç¥ GUIDE_GET
  285. }
  286.  
  287.  
  288. //$ 26 - version number
  289.