home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games1 / batwar.zip / BATAR.BAS < prev    next >
BASIC Source File  |  1993-06-01  |  68KB  |  1,497 lines

  1. 1 CLS
  2. 2 SCREEN 12
  3. 10 PRINT "                                                              "
  4. 20 PRINT "        AG Software Presents                                 "
  5. 30 PRINT "                                                              "
  6. 40 PRINT "            An Alexander Golden Program                       "
  7. 50 PRINT "                                                              "
  8. 60 PLAY "C D E"
  9. 70 PLAY "E C D"
  10. 80 PRINT "                                                              "
  11. 90 PRINT "**************************************************************"
  12. 100 PRINT " "
  13. 110 PRINT "        Battle                                               "
  14. 120 PRINT "                                                             "
  15. 130 PRINT "                 Warrior                                     "
  16. 140 PRINT "                                                             "
  17. 150 PRINT "                                                             "
  18. 151 PRINT "Enter your name, Warrior"
  19. 152 INPUT a$
  20. 153 PRINT "Press 1 to play or enter your passcode to continue"
  21. 154 INPUT a
  22. 190 IF a = 1 THEN BEEP
  23. 191 IF a = 1765329 THEN 1770
  24. 192 IF a = 63784268 THEN 6890
  25. 193 IF a = 1209 THEN 8214
  26. 194 IF a = 368913 THEN 8674
  27. 200 GOTO 230
  28. 210 IF a = 2 THEN BEEP
  29. 220 GOTO 830
  30. 230 GOTO 250
  31. 250 BEEP
  32.  
  33. 270 PRINT "Hello, "; a$; " I hope you enjoy Alexander Golden's "
  34. 280 PRINT "first programmed game!"
  35. 290 PRINT "Press 1 to skip story"
  36. 300 PRINT "Press 2 to read it"
  37. 310 INPUT b
  38. 320 IF b = 1 THEN 570
  39. 330 IF b = 2 THEN 340
  40. 340 PRINT "************************************************************"
  41. 350 PRINT "The story so far........."
  42. 360 PRINT "     It is a fairly normal day. It is in the middle of summer"
  43. 370 PRINT " Vacation. You havn't done anything fun the whole summer. School"
  44. 380 PRINT "starts in a couple of weeks. To think of something to do you go"
  45. 390 PRINT "for a walk. Outside, near the old, empty lot. You see something"
  46. 400 PRINT "sparkling on the ground. You think to yourself 'mabey this could"
  47. 410 PRINT "end my boring summer. Mabey it is a diamond that I could sell for"
  48. 420 PRINT "a million dollars!' Exicitedly you pick it up."
  49. 430 BEEP
  50. 440 PRINT "You look at it. It appears to be a round object. You contunue"
  51. 450 PRINT "To stare at it. You can't take your eyes off of it. You start"
  52. 460 PRINT "to loose awarness of the things around you. You see spirals."
  53. 461 PRINT "Press 1 to continue."
  54. 462 INPUT a
  55. 463 IF a = 1 THEN BEEP
  56. 480 PRINT "                        **      **                           "
  57. 490 PRINT "                       *  *    *  *                          "
  58. 500 PRINT "                           *  *                              "
  59. 510 PRINT "                    ****   ***   ****                         "
  60. 520 PRINT "                          * **   *                            "
  61. 530 PRINT "                         * *  * *                            "
  62. 540 PRINT "                         **    *                             "
  63. 550 PRINT "                                                             "
  64. 560 PRINT " "
  65. 570 PRINT "You wake up in what appears to be an orchard. You see the"
  66. 580 PRINT "sparkle on the ground. "
  67. 590 PRINT "Press 1 to leave it"
  68. 600 PRINT "Press 2 to pick it up"
  69. 610 INPUT c
  70. 620 IF c = 1 THEN BEEP
  71. 640 IF c = 2 THEN 840
  72. 660 PRINT "You don't decide to pick it up. As you take a step you are blown"
  73. 670 PRINT "up by a grenade."
  74. 680 SCREEN 12
  75. 690 PRINT "*************************************************************"
  76. 700 PRINT "                                                             "
  77. 710 PRINT "                                                             "
  78. 720 PRINT "                         ____                                "
  79. 730 PRINT "                        /    \              /\               "
  80. 740 PRINT "   []                  /      \            /  \              "
  81. 750 PRINT " __[]__               [        ]          /    \             "
  82. 760 PRINT "[__  __]              [  R.I.P ]         /    /              "
  83. 770 PRINT "   []                 [        ]        /    /               "
  84. 780 PRINT "\/\[]/\/\/\/\         [WARRIOR ]       /    /                "
  85. 790 PRINT "/\/\/\/\              [        ]    \/\    /                 "
  86. 800 PRINT "                      [        ]     /\/\/\/                 "
  87. 810 PRINT "/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/"
  88. 820 PLAY "CCDCECDDECD"
  89. 830 END
  90. 840 PRINT "As you pick up the sparkle it begins to talk!"
  91. 850 PRINT "It says 'Hello "; a$; " You were chosen to come here. There"
  92. 860 PRINT "is an unknown evil across than land, Hkrow. You must defeat"
  93. 870 PRINT "defeat this evil.' "
  94. 880 PRINT "'But why?', you ask"
  95. 890 PRINT "'You're are only hope. You have never seen this evil. It has"
  96. 900 PRINT "never seen you.'"
  97. 910 PRINT "'How will I know what this evil is?'"
  98. 920 PRINT "'You will not. You will just destroy it.'"
  99. 930 PRINT "'How?'"
  100. 940 PRINT "'I will become a sword. You can use me. But first you must be"
  101. 950 PRINT "tested. Do you wish to help us?'"
  102. 960 PRINT "Press 1 to be tested"
  103. 970 PRINT "Press 2 to throw the crystal and try to find a way out of this"
  104. 980 PRINT "strange countryside."
  105. 990 INPUT d
  106. 1000 IF d = 1 THEN 1050
  107. 1010 IF d = 2 THEN 1020
  108. 1020 PRINT "You throw the crystal as far as you can. It is too heavy, you"
  109. 1030 PRINT "drop it and it explodes!"
  110. 1040 GOTO 680
  111. 1050 SCREEN 1
  112. 1060 COLOR 4
  113. 1070 PRINT "You've encountered a slime !"
  114. 1080 PLAY "c F E C f e c      f a"
  115. 1090 COLOR 0
  116. 1100 LINE (60, 80)-(240, 150), 1, BF
  117. 1110 LINE (70, 150)-(90, 80)
  118. 1120 LINE (90, 80)-(110, 150)
  119. 1130 LINE (70, 150)-(110, 150)
  120. 1140 PSET (80, 100)
  121. 1150 PSET (90, 100)
  122. 1160 PRINT "Press 1 to fight"
  123. 1170 INPUT f
  124. 1180 IF f = 1 THEN BEEP
  125. 1190 RANDOMIZE TIMER
  126. 1200 a% = INT(RND * 4) + 1
  127. 1210 PRINT "You drained "; a%
  128. 1220 IF a% < 5 THEN 1240
  129. 1230 IF a% > 4 THEN 1430
  130. 1240 PRINT "Slime attacks!"
  131. 1250 RANDOMIZE TIMER
  132. 1260 b% = INT(RND * 2) + 1
  133. 1270 PRINT "Slime drained "; b%; "You have "; 20 - b%; "HP left"
  134. 1280 IF b% > 20 THEN 680
  135. 1290 IF b% < 20 THEN BEEP
  136. 1300 PRINT "Press 1 to attack."
  137. 1310 INPUT a
  138. 1320 IF a = 1 THEN BEEP
  139. 1321 RANDOMIZE TIMER
  140. 1330 c% = INT(RND * 4) + 1
  141. 1340 LET z = a% + b%
  142. 1350 PRINT "You drained "; z; " total HP off the slime."
  143. 1360 IF z < 5 THEN BEEP
  144. 1370 IF z > 4 THEN 1430
  145. 1380 PRINT "Slime attacks!"
  146. 1390 RANDOMIZE TIMER
  147. 1400 q% = INT(RND * 2) + 1
  148. 1410 LET y = b% + q%
  149. 1420 PRINT "Slime drained "; 20 - y; " total HP."
  150. 1430 PRINT "Congradulations, "; a$; " , you defeated a slime!"
  151. 1440 PRINT "Press 1 to continue."
  152. 1450 INPUT a
  153. 1460 IF a = 1 THEN BEEP
  154. 1470 SCREEN 12
  155. 1480 PRINT " "
  156. 1490 PRINT "    The crystal (which was now a sword) started to speak again."
  157. 1500 PRINT "'You did well. You will be able to defeat the evil. But the"
  158. 1510 PRINT "challenges will get much tougher. And you will also have more"
  159. 1520 PRINT "ways of beating the enemy."
  160. 1530 PRINT "    'Now what?' you say."
  161. 1540 PRINT "'Don't move,' the crystal said. 'This place is surrounded with"
  162. 1550 PRINT "mines."
  163. 1560 PRINT "    'Then how will I get out?'"
  164. 1570 PRINT "    'I will teleport you to where you want to the town Ogausis."
  165. 1580 PRINT "Are you ready to go?"
  166. 1590 PRINT "Press 1 to say 'yes.'"
  167. 1600 PRINT "Press 2 to say 'no.'"
  168. 1610 INPUT a
  169. 1620 IF a = 1 THEN BEEP
  170. 1630 IF a = 2 THEN 1580
  171. 1640 PRINT "    You're vision starts to blur. You can only hear one thing:"
  172. 1650 PRINT "'You can now only talk to me in private.'"
  173. 1670 PRINT "You feel the soft soil of the orchard dissapearing from under"
  174. 1680 PRINT "you're feet. You feel disy and can't see a thing. After a while"
  175. 1690 PRINT "of feeling like you were in space you feel something hard under"
  176. 1700 PRINT "your feet. Soon it is against your arms. Soon you regain your"
  177. 1710 PRINT "vision. You are lying on the sidewalk of a small town."
  178. 1720 PRINT "Your password to continue is: 1765329"
  179. 1730 PRINT "Make sure you write it down."
  180. 1740 PRINT "Press 1 when you have finished writing it down."
  181. 1750 INPUT a
  182. 1760 IF a = 1 THEN 1770
  183. 1770 BEEP
  184. 1780 PRINT "    You look around. You are in a small town. There is a slight"
  185. 1790 PRINT "cool breeze. You see high mountains in the distance. There is a lake near the cement. You hear"
  186. 1800 PRINT "crying coming from a house."
  187. 1810 PRINT "Press 5 to go into the house"
  188. 1820 PRINT "Press 9 to mind your own buisness"
  189. 1830 INPUT a
  190. 1840 IF a = 5 THEN 1860
  191. 1850 IF a = 9 THEN 1890
  192. 1860 PRINT "    You decide to go into the house. The man inside the house"
  193. 1870 PRINT "shoots you on sight, fearing for his sister!"
  194. 1871 PRINT "Press 1 to continue"
  195. 1872 INPUT a
  196. 1873 IF a = 1 THEN 680
  197. 1880 GOTO 680
  198. 1890 PRINT "    You decide it would be best to keep on walking. As you walk"
  199. 1900 PRINT "infront of the house a 4 or 5 year old comes out screaming. I'"
  200. 1910 PRINT "want my dolly!!! You cover your ears. You see a man come out of"
  201. 1920 PRINT "the house saying, 'It's okay Laura. I'll get your doll back.'"
  202. 1930 PRINT "    'I want my dolly NOW!' screeched Laura!"
  203. 1940 PRINT "    You walk up to the man and say, 'Hello, I'm new here. My "
  204. 1950 PRINT "name is "; a$; " .  How can I help?"
  205. 1960 PRINT "    'Hello,' he said. 'My name is Chuck. My sister, Laura, is"
  206. 1970 PRINT "crying because Erink, the EVIL migit, has stolen her doll."
  207. 1980 PRINT "    'Who is this Erink?' you ask."
  208. 1990 PRINT "    'A evil migit,' Chuck said. 'A freak of nature. She is a"
  209. 2000 PRINT "as old as a grown woman but is as short, and mature, as a 6 year old. She"
  210. 2010 PRINT "lives in a cave, all by herself, to the north, She only comes"
  211. 2020 PRINT "out to do mean things to the viligares to make her fell better"
  212. 2030 PRINT "about yourself. Will you help?'"
  213. 2040 PRINT "Press 1 to say 'yes.' Press 2 to say 'no.'"
  214. 2050 INPUT a
  215. 2060 IF a = 1 THEN 2130
  216. 2070 IF a = 2 THEN BEEP
  217. 2080 PRINT "    Laura, with so much tears in her eyes she can't see, comes"
  218. 2090 PRINT "running twoards Chuck, her older brother, and accidently runs"
  219. 2100 PRINT "right into you. You fall into the lake and drown. The last thing"
  220. 2110 PRINT "you hear is Laura say, 'Oopsiesssss.......'"
  221. 2122 PRINT "Press 1 to continue"
  222. 2123 INPUT a
  223. 2124 IF a = 1 THEN BEEP
  224. 2120 GOTO 680
  225.  
  226. 2130 PRINT "    'Yes,' you say."
  227. 2140 PRINT "    'Thanks alot,' Chuck says. 'You will be well rewarded if you"
  228. 2150 PRINT "come back with Laura's doll. Drink this before you go."
  229. 2160 PRINT "You drink the CURE. You HP went from "; 20 - y; " to "; 20!; ""
  230. 2170 PRINT "***************************************************************"
  231. 2180 PRINT "                              /\  - Mountains                  "
  232. 2190 PRINT "            Cave      /\     /  \/\                             "
  233. 2200 PRINT "               \__   /  \/\ /    \ \/\                       "
  234. 2210 PRINT "               [{}] /    \ /      \/  \            "
  235. 2220 PRINT "               [   ------------------------------\          "
  236. 2230 PRINT "               [                                  \         "
  237. 2240 PRINT "               [                                   \        "
  238. 2250 PRINT "               [                             You   \      "
  239. 2260 PRINT "               [                          { } /    _/       "
  240. 2270 PRINT "                __________________________________/         "
  241. 2290 PRINT "                                                            "
  242. 2300 PRINT "Press 1 to head twoards the cave"
  243. 2301 PRINT "Press 2 to go into the town"
  244. 2310 INPUT a
  245. 2320 IF a = 1 THEN BEEP
  246. 2321 IF a = 2 THEN 3710
  247. 2330 PRINT "You start out on your journey."
  248. 2340 PLAY "CDEFCDEFCCCCDEF"
  249. 2350 PRINT "Press 1 to head twoards the cave"
  250. 2351 PRINT "Press 2 to retreat"
  251. 2360 INPUT a
  252. 2370 IF a = 1 THEN BEEP
  253. 2371 IF a = 2 THEN 2300
  254. 2380 PRINT "Press 1 to head twoards the cave"
  255. 2381 PRINT "Press 2 to retreat"
  256. 2390 INPUT a
  257. 2400 IF a = 1 THEN BEEP
  258. 2401 IF a = 2 THEN 2350
  259. 2410 PRINT "You see a slime in the distance."
  260. 2420 PRINT "Press 1 to head twoards the cave."
  261. 2430 PRINT "Press 2 to retreat."
  262. 2440 INPUT a
  263. 2450 IF a = 1 THEN BEEP
  264. 2460 IF a = 2 THEN 2350
  265. 2461 SCREEN 1
  266. 2462 COLOR 4
  267. 2470 PRINT "You encounter a slime (5 HP)!"
  268.  
  269.  
  270. 2471 LINE (60, 80)-(240, 150), 1, BF
  271. 2472 LINE (70, 150)-(90, 80)
  272. 2473 LINE (90, 80)-(110, 150)
  273. 2474 LINE (70, 150)-(110, 150)
  274. 2475 PSET (80, 100)
  275.  
  276. 2480 PLAY "CFECFEC     FA"
  277. 2490 PRINT "Press 1 to attack the slime"
  278. 2500 PRINT "Press 2 to make an attampt to run"
  279. 2510 INPUT a
  280. 2520 IF a = 1 THEN 2920
  281. 2530 IF a = 2 THEN BEEP
  282. 2540 RANDOMIZE TIMER
  283. 2550 a% = INT(RND * 3) + 1
  284. 2560 IF a% < 2 THEN BEEP
  285. 2561 IF a% > 1 THEN 2590
  286. 2570 PRINT "You run away."
  287. 2580 GOTO 2350
  288. 2590 PRINT "You don't make it. Slime attacks!"
  289. 2600 RANDOMIZE TIMER
  290. 2610 b% = INT(RND * 2) = 1
  291. 2620 IF b% > 19 THEN 2630
  292. 2621 IF b% < 20 THEN 2660
  293. 2630 PRINT "Slime kills you. You are dead. Press 1 to continue."
  294. 2640 INPUT a
  295. 2650 IF a = 1 THEN 680
  296. 2660 PRINT "Slime drained "; b%; " HP."
  297. 2670 PRINT "You have "; 20 - b%; " HP left"
  298. 2680 PRINT "Press 1 to fight"
  299. 2690 INPUT a
  300. 2700 IF a = 1 THEN BEEP
  301. 2710 RANDOMIZE TIMER
  302. 2720 c% = INT(RND * 4) + 1
  303. 2730 IF c% > 4 THEN 3600
  304. 2740 IF c% < 5 THEN BEEP
  305. 2750 PRINT "You drained "; c%; " HP so far."
  306. 2760 PRINT "Slime attacks"
  307. 2770 RANDOMIZE TIMER
  308. 2780 d% = INT(RND * 2) + 1
  309. 2790 IF d% > 19 THEN 2630
  310. 2800 IF d% < 20 THEN BEEP
  311. 2810 LET a = d% + b%
  312. 2820 PRINT "Slime drained "; a; " total HP so far."
  313. 2830 PRINT "Press 1 to fight"
  314. 2840 INPUT a
  315. 2850 IF a = 1 THEN BEEP
  316. 2860 RANDOMIZE TIMER
  317. 2870 c% = INT(RND * 4) + 1
  318. 2880 LET b = c% + e%
  319. 2881 PRINT "You drained "; b; " total HP so far."
  320. 2882 IF b > 4 THEN 3600
  321. 2900 PRINT "Slime attacks. Slime poisions you. You die!"
  322. 2901 PRINT "Press 1 to go on"
  323. 2902 INPUT a
  324. 2903 IF a = 1 THEN BEEP
  325. 2910 GOTO 680
  326. 2920 INPUT a
  327. 2930 IF a = 1 THEN BEEP
  328. 2940 RANDOMIZE TIMER
  329. 2950 c% = INT(RND * 4) + 1
  330. 2960 IF c% > 4 THEN 3600
  331. 2970 IF c% < 5 THEN BEEP
  332. 2971 PRINT "You attack!"
  333. 2980 PRINT "You drained "; a%; " HP so far."
  334. 2990 PRINT "Slime attacks"
  335. 3000 RANDOMIZE TIMER
  336. 3010 a% = INT(RND * 2) + 1
  337. 3020 IF a% > 19 THEN 2630
  338. 3030 IF a% < 20 THEN BEEP
  339. 3050 PRINT "Slime drained "; a%; " total HP so far."
  340. 3060 PRINT "You have "; 20 - a%; " HP left"
  341. 3070 PRINT "Press 1 to attack"
  342. 3080 INPUT a
  343. 3090 IF a = 1 THEN BEEP
  344. 3100 RANDOMIZE TIMER
  345. 3110 e% = INT(RND * 4) + 1
  346. 3120 IF e% > 4 THEN 3600
  347. 3130 IF e% < 5 THEN BEEP
  348. 3140 PRINT "You attack!"
  349. 3141 LET b = e% + a%
  350. 3150 PRINT "You drained "; b; " HP so far."
  351. 3151 IF b > 4 THEN 3600
  352. 3152 IF b < 5 THEN BEEP
  353. 3160 PRINT "Slime attacks"
  354. 3170 RANDOMIZE TIMER
  355. 3180 g% = INT(RND * 2) + 1
  356. 3190 IF g% > 19 THEN 2630
  357. 3200 IF g% < 20 THEN BEEP
  358. 3210 LET a = g% + h%
  359. 3220 PRINT "Slime drained "; a; " total HP so far."
  360. 3230 PRINT "You have "; 20 - a; " HP left"
  361. 3240 PRINT "Press 1 to attack"
  362. 3250 INPUT a
  363. 3260 IF a = 1 THEN BEEP
  364. 3270 RANDOMIZE TIMER
  365. 3280 o% = INT(RND * 4) + 1
  366. 3290 IF o% > 4 THEN 3600
  367. 3300 IF o% < 5 THEN BEEP
  368. 3310 PRINT "You attack!"
  369. 3320 LET b = e% + a% + o%
  370. 3330 PRINT "You drained "; b; " HP so far."
  371. 3340 IF b > 4 THEN 3600
  372. 3350 IF b < 5 THEN BEEP
  373. 3360 PRINT "Slime attacks"
  374. 3370 RANDOMIZE TIMER
  375. 3380 n% = INT(RND * 2) + 1
  376. 3390 IF n% > 19 THEN 2630
  377. 3400 IF n% < 20 THEN BEEP
  378. 3410 LET a = g% + h% + n%
  379. 3420 PRINT "Slime drained "; a; " total HP so far."
  380. 3421 IF a > 19 THEN 2630
  381. 3422 IF a < 20 THEN BEEP
  382. 3430 PRINT "You have "; 20 - a; " HP left"
  383. 3440 PRINT "Press 1 to attack"
  384. 3450 INPUT a
  385. 3460 IF a = 1 THEN BEEP
  386. 3470 RANDOMIZE TIMER
  387. 3480 p% = INT(RND * 4) + 1
  388. 3490 IF p% > 4 THEN 3600
  389. 3500 IF p% < 5 THEN BEEP
  390. 3510 PRINT "You attack!"
  391. 3520 LET b = e% + a% + o% + p%
  392. 3530 PRINT "You drained "; b; " HP so far."
  393. 3540 IF b > 4 THEN 3600
  394. 3550 IF b < 5 THEN BEEP
  395. 3560 PRINT "Slime attacks and poisions you."
  396. 3570 PRINT "Press 1 to continue"
  397. 3580 INPUT a
  398. 3590 IF a = 1 THEN 680
  399. 3600 PRINT "You defeated the slime!"
  400. 3602 PRINT "You have "; 20 - a; " total HP left"
  401. 3610 PRINT "Press 1 to continue"
  402. 3620 INPUT a
  403. 3630 IF a = 1 THEN BEEP
  404. 3640 SCREEN 12
  405. 3650 PRINT "    You see the entrance to the cave. It's too late to turn"
  406. 3660 PRINT "back now! Laura and Chuck are really depending on you."
  407. 3670 PRINT "Press 1 to go into the cave"
  408. 3680 PRINT "Press 2 to head to the town"
  409. 3690 INPUT a
  410. 3700 IF a = 2 THEN BEEP
  411. 3701 IF a = 1 THEN 3780
  412. 3710 PRINT "    You decide to go back to the town......"
  413. 3720 PRINT "    'Why didn't you get her doll, "; a$; " ,?"
  414. 3730 PRINT "    'Because the cave looked to scarry"
  415. 3740 PRINT "and the journey was to long.'"
  416. 3750 PRINT "    'Please go get her doll. I'll restore your HP,"
  417. 3760 PRINT "just go get that doll!"
  418. 3770 GOTO 2040
  419. 3780 PRINT "You decide to go in."
  420. 3790 PRINT "Press 1 to continue"
  421. 3800 INPUT a
  422. 3810 IF a = 1 THEN BEEP
  423. 3820 PRINT "*************************************************************"
  424. 3830 PRINT "            Erink                                           "
  425. 3840 PRINT "      0   /                                                 "
  426. 3850 PRINT "      /\         {}                                          "
  427. 3860 PRINT "      I            \                                        "
  428. 3870 PRINT "     /\             Doll                                    "
  429. 3880 PRINT "                                                            "
  430. 3890 PRINT "                                                          (\"
  431. 3900 PRINT "                                                         (\\"
  432. 3910 PRINT "                                                        (\\\"
  433. 3920 PRINT "                                                      (\\\\\"
  434. 3930 PRINT "                         Back of your head  -        (\\\\\\"
  435. 3940 PRINT "                                                    (\\\\\\\"
  436. 3950 PRINT "                                                    (\\\\\\\"
  437. 3960 PRINT "*************************************************************"
  438. 3970 PRINT "Press 1 to talk to IT"
  439. 3980 PRINT "Press 2 to run away in shock!"
  440. 3990 INPUT a
  441. 4000 IF a = 1 THEN BEEP
  442. 4010 IF a = 2 THEN 2380
  443. 4020 PRINT "    'Hello. My name is "; a$; ". I mean you no harm. I just want"
  444. 4030 PRINT "you to give me that doll.'"
  445. 4040 PRINT "    'Why should I?' it replied."
  446. 4050 PRINT "    Because I have a sword, you think. 'Because there is a young"
  447. 4060 PRINT "girl in the village who really wants her doll. Hand it over,'"
  448. 4070 PRINT "you reply."
  449. 4080 PRINT "    'Come and get the doll,' the ugly migit said."
  450. 4090 PRINT "Press 1 to try to grab the doll"
  451. 4100 PRINT "Press 2 to run away."
  452. 4110 INPUT a
  453. 4120 IF a = 1 THEN BEEP
  454. 4130 IF a = 2 THEN 3710
  455. 4140 PRINT "Remember, "; a$; " , that you have "; 20 - a; " total HP left."
  456. 4150 PRINT "    You grab for the doll. Erink jumps at you and attacks!"
  457. 4160 PRINT "Press 1 to continue"
  458. 4170 INPUT a
  459. 4180 IF a = 1 THEN BEEP
  460. 4190 SCREEN 1
  461. 4200 COLOR 4
  462. 4210 PRINT "You encounter the Erink!"
  463. 4220 PLAY "DDDEFFFBCDE"
  464. 4230 SCREEN 12
  465. 4240 PRINT "                                                            "
  466. 4250 PRINT "                  ____                                      "
  467. 4260 PRINT "                 /. . \                                     "
  468. 4270 PRINT "                /      \                                    "
  469. 4280 PRINT "               [        ]                                   "
  470. 4290 PRINT "               [ @@@@@@ ]                                   "
  471. 4300 PRINT "                \ @  @ /                                    "
  472. 4310 PRINT "              /\ \____/ /\                                  "
  473. 4320 PRINT "               \\  II  //                                   "
  474. 4330 PRINT "                \\_II_//                                    "
  475. 4340 PRINT "                [      ]                                    "
  476. 4350 PRINT "                [__  __]                                    "
  477. 4360 PRINT "                  //\\                                      "
  478. 4370 PRINT "                 / /\ \                                     "
  479. 4380 PRINT "                /_/  \_\                                    "
  480. 4390 PRINT " "
  481. 4400 PRINT "Press 1 to attack"
  482. 4410 INPUT a
  483. 4420 IF a = 1 THEN BEEP
  484. 4430 PRINT "Before you attack Erink casts 'Weaken Foe.' You now have 15 HP "
  485. 4440 PRINT "left."
  486. 4450 PRINT "Press 1 to fight"
  487. 4451 INPUT a
  488. 4552 IF a = 1 THEN BEEP
  489. 4460 PRINT "You attack!"
  490. 4470 RANDOMIZE TIMER
  491. 4480 b% = INT(RND * 4) + 1
  492. 4490 PRINT "You drained "; b%; " total HP so far"
  493. 4500 PRINT "The Erink attacks!"
  494. 4510 RANDOMIZE TIMER
  495. 4520 a% = INT(RND * 6) + 1
  496. 4530 PRINT "Erink drained "; a%; " HP off of you!"
  497. 4540 PRINT "You have "; 15 - a%; " HP left"
  498. 4550 PRINT "Press 1 to attack"
  499. 4560 INPUT a
  500. 4570 IF a = 1 THEN BEEP
  501. 4580 PRINT "You attack!"
  502. 4590 RANDOMIZE TIMER
  503. 4600 c% = INT(RND * 5) + 1
  504. 4610 LET a = b% + c%
  505. 4620 PRINT "You drained "; a; " total HP so far"
  506. 4630 PRINT "Erink attacks!"
  507. 4640 RANDOMIZE TIMER
  508. 4650 e = INT(RND * 6) + 1
  509. 4660 LET e = a% + e%
  510. 4661 LET d = 15 - e
  511. 4670 PRINT "Erink drained "; e; " HP so far"
  512. 4680 PRINT "You have "; d; " total HP left"
  513. 4690 PRINT "Press 1 to attack"
  514. 4700 INPUT a
  515. 4710 IF a = 1 THEN BEEP
  516. 4720 PRINT "You attack!"
  517. 4730 RANDOMIZE TIMER
  518. 4740 LET d% = INT(RND * 4) + 1
  519. 4750 LET a = b% + c% + d%
  520. 4760 PRINT "You drained "; a; " total HP so far"
  521. 4770 IF a < 12 THEN BEEP
  522. 4780 IF a > 11 THEN 5140
  523. 4790 PRINT "Erink atacks!"
  524. 4800 RANDOMIZE TIMER
  525. 4810 i% = INT(RND * 6) + 1
  526. 4820 LET e = a% + e% + i%
  527. 4821 LET d = 15 - e
  528. 4830 PRINT "Erink drained "; e; " total HP so far"
  529. 4831 IF d > 14 THEN BEEP
  530. 4832 IF d < 15 THEN 4840
  531. 4833 PRINT "Erink has killed you!"
  532. 4834 GOTO 680
  533. 4840 PRINT "You have "; d; " total HP left"
  534. 4850 PRINT "Press 1 to attack"
  535. 4860 INPUT a
  536. 4870 IF a = 1 THEN BEEP
  537. 4880 PRINT "You attack!"
  538. 4890 RANDOMIZE TIMER
  539. 4900 LET f% = INT(RND * 4) + 1
  540. 4910 LET a = b% + c% + d% + f%
  541. 4920 PRINT "You drained "; a; " total HP so far"
  542. 4930 IF a > 11 THEN 5140
  543. 4940 IF a < 12 THEN BEEP
  544. 4950 PRINT "Erink attacks!"
  545. 4960 RANDOMIZE TIMER
  546. 4970 LET o% = INT(RND * 7) + 1
  547. 4980 LET e = a% + e% + i% + o%
  548. 4990 PRINT "Erink drained "; e; " total HP off of you so far"
  549. 5000 LET d = 15 - e
  550. 5010 IF d > 11 THEN 4833
  551. 5020 IF d < 12 THEN BEEP
  552. 5030 PRINT "Press 1 to attack"
  553. 5040 INPUT a
  554. 5050 IF a = 1 THEN BEEP
  555. 5060 PRINT "You attack!"
  556. 5070 RANDOMIZE TIMER
  557. 5080 g% = INT(RND * 5) + 1
  558. 5090 LET a = b% + c% + d% + f% + g%
  559. 5100 IF a > 11 THEN 5140
  560. 5110 IF a < 12 THEN BEEP
  561. 5111 PRINT "You drained "; a; "total HP so far"
  562. 5120 PRINT "Erink turns you to stone! You are dead (nice try, though!)."
  563. 5130 GOTO 680
  564. 5140 PRINT "You finally defeated the Erink!"
  565. 5150 SOUND 510, 10
  566. 5160 SOUND 520, 10
  567. 5170 SOUND 530, 10
  568. 5180 SOUND 540, 10
  569. 5190 SOUND 530, 5
  570. 5200 SOUND 520, 5
  571. 5210 SOUND 510, 5
  572. 5220 SOUND 500, 5
  573. 5230 SOUND 490, 5
  574. 5340 SOUND 480, 5
  575. 5350 SOUND 470, 5
  576. 5360 SOUND 460, 5
  577. 5370 SOUND 450, 1
  578. 5380 SOUND 440, 1
  579. 5390 SOUND 450, 1
  580. 5400 SOUND 440, 1
  581. 5410 SOUND 430, 1
  582. 5420 SOUND 420, 1
  583. 5430 SOUND 410, 1
  584. 5440 SOUND 400, 1
  585. 5450 SOUND 390, 1
  586. 5460 SOUND 380, 1
  587. 5470 SOUND 1000, 5
  588. 5480 SOUND 1010, 5
  589. 5490 SOUND 50, 10
  590. 5500 SOUND 37, 5
  591. 5510 PRINT "You did it! You defeated some of the Evil. You finally feel as if you"
  592. 5520 PRINT "can actually do something in this strange world. Congrads, "; a$
  593. 5530 PRINT "Press 1 to pick up the doll"
  594. 5540 INPUT a
  595. 5550 IF a = 1 THEN BEEP
  596. 5560 PRINT "You pick up the doll"
  597. 5570 PRINT "Press 1 to look at it"
  598. 5580 PRINT "Press 2 to head back twoards the town"
  599. 5590 INPUT a
  600. 5600 IF a = 1 THEN BEEP
  601. 5610 IF a = 2 THEN 5820
  602. 5620 PRINT "                                                            "
  603. 5630 PRINT "                                                            "
  604. 5640 PRINT "           /)                                               "
  605. 5650 PRINT "          / 0)                                              "
  606. 5660 PRINT "         ( 0  )                                              "
  607. 5670 PRINT "          (  /\)                                            "
  608. 5680 PRINT "        /\ (/\ \        /\                                   "
  609. 5690 PRINT "        \ \   \ \      / /                                  "
  610. 5700 PRINT "         \ \   \ \    / /                                   "
  611. 5710 PRINT "          \ \---  ---/ /                                   "
  612. 5720 PRINT "           \     3    /                                     "
  613. 5730 PRINT "            \        /                                      "
  614. 5740 PRINT "             [      ]                                       "
  615. 5750 PRINT "             [      ]                                       "
  616. 5760 PRINT "             [      ]                                       "
  617. 5770 PRINT "You guess that this doll has seen better days. There is a   "
  618. 5780 PRINT "strange letter, '3', printed on it's shirt."
  619. 5781 PRINT "    "
  620. 5790 PRINT "Press 1 to continue"
  621. 5800 INPUT a
  622. 5810 IF a = 1 THEN 5570
  623. 5820 PRINT "You head twoards the village. As you are walking ou feel a "
  624. 5830 PRINT "slight cool breeze blowing through your hair. You really"
  625. 5840 PRINT "feel good. Now you know that Laura will be happy. You wonder"
  626. 5850 PRINT "what Chuck ment by 'well rewarded.'"
  627. 5860 PRINT " "
  628. 5870 PRINT "You arrive at the town. You head twoards Chuck's house. You "
  629. 5880 PRINT "knock on the door. Chuck answers the door. He says, 'Hello"
  630. 5890 PRINT a$; " ! You brought the doll! Great!!!' He yells Laura's name "
  631. 5900 PRINT "into the house. She comes to the door. She excitdely grabs"
  632. 5910 PRINT "the doll. She jumps up and gives you a big hug. 'Thanks you"
  633. 5920 PRINT "so much "; a$; " . You don't know how sad I would be with out "
  634. 5930 PRINT "My dolly to keep me company.'"
  635. 5940 PRINT "Chuck said, 'How did you get the doll."
  636. 5950 PRINT "'I killed Erink,' you say."
  637. 5960 PRINT "'You mean we are ridded from that beast for the rest of our "
  638. 5970 PRINT "lives! Great!! You are a true hero. Wait until I tell the "
  639. 5980 PRINT "mayor of Ogausis, Richard! He will be so pleased. There will"
  640. 5990 PRINT "probally be a huge award ceramony for you. Everybody in the "
  641. 6000 PRINT "town owes you their thanks. See me after the ceremony. Be welcome"
  642. 6010 PRINT "at my house until then.'"
  643. 6020 PRINT "    You feel tired. You decide to go into the guest room for a"
  644. 6030 PRINT "long rest. As soon as Chuck get's back you'll have dinner."
  645. 6040 PRINT "Good night, "; a$; " !"
  646. 6041 PRINT "Press 1 to continue"
  647. 6042 INPUT a
  648. 6043 IF a = 1 THEN BEEP
  649. 6050 PRINT "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
  650. 6060 PRINT "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
  651. 6070 PRINT "    Cough! Cough! ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
  652. 6080 PRINT "    You feel a nudging at your side. 'Wake up, "; a$; " .' It is"
  653. 6090 PRINT "Chuck's voice. 'You slept the whole night.' Time to get up. The"
  654. 6100 PRINT "whole town has heard what you have done, and intened on rewarding"
  655. 6110 PRINT "you well. Come on!'"
  656. 6120 PRINT " "
  657. 6230 PRINT "    You get up. You grab a slice of bread and eat it. Boy you"
  658. 6240 PRINT "were hungry. Now you go to the award ceremony."
  659. 6250 PRINT "Press 1 to continue"
  660. 6260 INPUT a
  661. 6270 IF a = 1 THEN BEEP
  662. 6280 PRINT "    You see the whole town gathered around a rised, wodden platform"
  663. 6290 PRINT "You see a someone standing on it. You think he is the mayor. "
  664. 6300 PRINT "You stop when you get to the platform. Chuck nudges you on. You"
  665. 6310 PRINT "walk up the steps. You turn around, suprised that Chuck did not"
  666. 6320 PRINT "follow you up. Then you feel someone tap you on the back. You"
  667. 6330 PRINT "turn around to see the man. He shakes your hand and says, 'Hello, "
  668. 6340 PRINT a$; " . I am the mayor of Ogausis, Richard. The whole town is in"
  669. 6350 PRINT "your dept. We are so happy. You will be awarded the Richard Prize"
  670. 6360 PRINT "of Bravery, Heroism, and Acting Above the Call of Duty. It is"
  671. 6370 PRINT "Ogausis's highest honor. Come, stand in the middle. Let your"
  672. 6380 PRINT "fans look at you.' You walk to the center of the platform."
  673. 6390 PRINT "There is a scilence as you start to speak. 'Thanks. I was only"
  674. 6400 PRINT "doing this for Laura and Chuck. I didn't know what happenies it "
  675. 6410 PRINT "bring the town. I am honored that you have chosen me to get the"
  676. 6420 PRINT "Richard Award of Excellence and Acting Abov....'"
  677. 6430 PRINT "'It's the Richard Prize of Bravery, Heroism, and Acting Above"
  678. 6440 PRINT "the Call of Duty,' someone in the crowd shouts, to remind you."
  679. 6450 PRINT "'Yeah,' you say. 'And that too!' The crowd starts to cheer."
  680. 6460 PRINT "Press 1 to continue"
  681. 6470 INPUT a
  682. 6480 IF a = 1 THEN BEEP
  683. 6490 PRINT "                                                            "
  684. 6500 PRINT "                      _______                  *           "
  685. 6510 PRINT "        /\           /       \                 /\           "
  686. 6520 PRINT "       /  \    /\   / ~~  ~~  \               /  \          "
  687. 6530 PRINT "      /    \/\/  \ /  0   0    \             /    \         "
  688. 6540 PRINT "     /      \/    [     /       ]           /      \        "
  689. 6550 PRINT "    /        \    [    /        ]          /        \       "
  690. 6560 PRINT "   /          \   [    ----     ]         /          \      "
  691. 6570 PRINT "  /            \   \           /         /            \      "
  692. 6580 PRINT " ___________/\______\         /_____ /\______________________"
  693. 6590 PRINT "            \ \      \_______/      / /                      "
  694. 6600 PRINT "             \ \     [(     )]     / /                       "
  695. 6610 PRINT "              \ \    [ (   ) ]    / /                        "
  696. 6620 PRINT "               \ \___[  ***  ]___/ /                         "
  697. 6630 PRINT "                \____  *oRo*  ____/                         "
  698. 6640 PRINT "                     [  ***  ]                              "
  699. 6650 PRINT "                     [       ]                              "
  700. 6660 PRINT " "
  701. 6661 PLAY "ffgfffafg"
  702. 6670 PRINT "Press 1 to continue"
  703. 6680 INPUT a
  704. 6690 IF a = 1 THEN BEEP
  705. 6700 PRINT "************************************************************"
  706. 6710 PRINT " "
  707. 6720 PRINT "    Later that day, at Chuck's house.........."
  708. 6730 PRINT "    'I promised you that I would reward you. And I will. I"
  709. 6740 PRINT "will give you my sword and armor.' You sword feels worm. You"
  710. 6750 PRINT "suddenly remember the talking crystal."
  711. 6760 PRINT "    'It's okay. Can you tell me what I should do next?'"
  712. 6780 PRINT "    'Okay. There is an old wise man named Alexander Golden"
  713. 6790 PRINT "that lives on the top of the hill. You should see him.' You"
  714. 6800 PRINT "feel your sword start to get warm. 'Can I please have some"
  715. 6810 PRINT "time to think this over,' you say to Chuck."
  716. 6820 PRINT "    'Sure,' Chuck says. He leaves the room."
  717. 6830 PRINT "    'What is it?' you say to the sword."
  718. 6840 PRINT "    'Chuck gave you good advice. You must seek the Wise Hermit"
  719. 6850 PRINT "Alexander. He lives on the mountain. Be carefull, the evil Travis"
  720. 6860 PRINT "guards the mountain. Oh yeah, congradulations on defeating"
  721. 6870 PRINT "the Erink. I knew you could do it! "
  722. 6880 PRINT ""
  723. 6890 PRINT "    Your password is 63784268. Write it down, do not forget it!"
  724. 6900 PRINT "Press 1 when you have finished writing down your password"
  725. 6910 PRINT "and wish to continue."
  726. 6920 INPUT a
  727. 6930 IF a = 1 THEN BEEP
  728. 6940 PRINT "    You are outside the Ogausis."
  729. 6950 PRINT "Press 1 to head into the town, Ogausis. "
  730. 6960 PRINT "Press 2 to go twoards the Hermit's Home"
  731. 6970 PRINT "Press 3 to head into Erink's Cave"
  732. 6980 INPUT a
  733. 6990 IF a = 1 THEN BEEP
  734. 7000 IF a = 2 THEN 7250
  735. 7010 IF a = 3 THEN 7190
  736. 7020 PRINT "    You walk into Ogausis. You knock on Chuck's door. Laura"
  737. 7030 PRINT "answers. She welcomes you in. You eat and get pleanty of rest."
  738. 7040 PRINT ""
  739. 7050 PRINT "    After your rest you ask Laura what the number '3' was on"
  740. 7060 PRINT "doll. She said that there was none and showed you her doll."
  741. 7070 PRINT "Press 1 to continue"
  742. 7080 INPUT b
  743. 7090 IF b = 1 THEN BEEP
  744. 7100 PRINT "                                                            "
  745. 7110 PRINT "           /)                                               "
  746. 7120 PRINT "          / 0)                                              "
  747. 7121 PRINT "         ( 0  )                                              "
  748. 7122 PRINT "          (  /\)                                            "
  749. 7123 PRINT "        /\ (/\ \        /\                                   "
  750. 7124 PRINT "        \ \   \ \      / /                                  "
  751. 7125 PRINT "         \ \   \ \    / /                                   "
  752. 7126 PRINT "          \ \---  ---/ /                                   "
  753. 7127 PRINT "           \          /                                     "
  754. 7128 PRINT "            \        /                                      "
  755. 7129 PRINT "             [      ]                                       "
  756. 7130 PRINT "             [      ]                                       "
  757. 7140 PRINT "             [      ]                                       "
  758. 7150 PRINT " "
  759. 7160 PRINT "Press 1 to continue"
  760. 7170 INPUT c
  761. 7180 IF c = 1 THEN 6940
  762. 7190 PRINT "    You decide to head twoards Erink's cave again. The trip"
  763. 7200 PRINT "seems alot shorter this time. You are now in the cave. You"
  764. 7210 PRINT "see nothing special."
  765. 7220 PRINT "Press 1 to continue"
  766. 7230 INPUT d
  767. 7240 IF d = 1 THEN 6940
  768. 7250 PRINT "    You decide to head twoards the mountains."
  769. 7260 PRINT " "
  770. 7270 PRINT "                              /\  - Mountains                  "
  771. 7280 PRINT "            Cave      /\     /  \/\                             "
  772. 7290 PRINT "               \__   /  \/\ /    \ \/\                       "
  773. 7300 PRINT "               [{}] /    \ /      \/  \            "
  774. 7310 PRINT "               [   ------------------------------\          "
  775. 7320 PRINT "               [                                  \         "
  776. 7330 PRINT "               [                                   \        "
  777. 7340 PRINT "               [                             You   \      "
  778. 7350 PRINT "               [                          { } /    _/       "
  779. 7360 PRINT "                __________________________________/         "
  780. 7370 PRINT "                                                            "
  781. 7380 PRINT "Press 1 to head twoards the mountains"
  782. 7381 PRINT "Press 2 to retreat"
  783. 7390 INPUT a
  784. 7400 IF a = 1 THEN BEEP
  785. 7401 IF a = 2 THEN 6940
  786. 7410 PRINT "You start out on yet another long journey."
  787. 7420 SOUND 600, 10
  788. 7430 SOUND 625, 5
  789. 7440 SOUND 650, 5
  790. 7450 SOUND 675, 5
  791. 7460 SOUND 2400, 5
  792. 7470 SOUND 2400, 5
  793. 7480 SOUND 2400, 5
  794. 7490 SOUND 2200, 10
  795. 7500 PLAY "f g"
  796. 7510 PRINT "Press 1 to head twoards the mountains"
  797. 7520 PRINT "Press 2 to retreat"
  798. 7530 INPUT a
  799. 7540 IF a = 1 THEN BEEP
  800. 7550 IF a = 2 THEN 7380
  801. 7560 PRINT "Press 1 to head twoards the mountains"
  802. 7570 PRINT "Press 2 to retreat"
  803. 7580 INPUT a
  804. 7590 IF a = 1 THEN BEEP
  805. 7600 IF a = 2 THEN 7510
  806. 7610 PRINT "    You have arrived at the base of the mountain."
  807. 7620 PRINT " "
  808. 7630 PRINT "         /\                                                  "
  809. 7640 PRINT "        /**\                   /\                            "
  810. 7650 PRINT "       /****\    /\           /  \  /\                       "
  811. 7660 PRINT "      /******\  /* \    /\   / ** \/**\                      "
  812. 7670 PRINT "     /        \/  * \  /**\ /     /    \                      "
  813. 7680 PRINT "    /          \ *   \/    \     /      \                      "
  814. 7690 PRINT "   /            \    /      \   /        \                      "
  815. 7700 PRINT "  /              \  /        \ /          \                     "
  816. 7701 PRINT " /                \/          \            \                    "
  817. 7702 PRINT "/                  \           \            \                   "
  818. 7703 PRINT "------------------------------------------------------------"
  819. 7704 PRINT "                                                            "
  820. 7705 PRINT "                                                            "
  821. 7706 PRINT "                                              _________     "
  822. 7707 PRINT "                                             /=========\    "
  823. 7708 PRINT "                                            /===========\   "
  824. 7709 PRINT "                                           /=============\  "
  825. 7710 PRINT "                                    /\    [===============] "
  826. 7711 PRINT "                                    \ \   [///////////////] "
  827. 7712 PRINT "                                     \ \  [               ] "
  828. 7713 PRINT "                                      \ \  \             /  "
  829. 7714 PRINT "                                       \ \  \           /   "
  830. 7715 PRINT "                                        \ \  \________ /    "
  831. 7716 PRINT "                                         \                  "
  832. 7717 PRINT "                                                            "
  833. 7719 PLAY "DEDFFECDAG"
  834. 7720 PRINT "Press 1 to continue"
  835. 7721 INPUT a
  836. 7222 IF a = 1 THEN BEEP
  837. 7223 PRINT "Press 1 to head up the mountain"
  838. 7234 PRINT "Press 2 to retreat"
  839. 7235 INPUT a
  840. 7335 IF a = 1 THEN BEEP
  841. 7336 IF a = 2 THEN 7560
  842. 7337 PRINT "    You decide to head up the mountain. You wonder where you"
  843. 7338 PRINT "might find Alexander, the Wise Hermit."
  844. 7339 PRINT "Press 1 to continue"
  845. 7800 PRINT "Press 2 to retreat"
  846. 7801 INPUT a
  847. 7802 IF a = 1 THEN BEEP
  848. 7803 IF a = 2 THEN 7223
  849. 7804 PRINT "    You see a hut in the distance. "
  850. 7805 PRINT "Press 1 to head twoards it"
  851. 7806 PRINT "Press 2 to retreat"
  852. 7807 INPUT a
  853. 7808 IF a = 1 THEN BEEP
  854. 7809 IF a = 2 THEN 7339
  855. 7810 PRINT "    You are at the base of the hut."
  856. 7820 PRINT "Press 1 to go in"
  857. 7821 PRINT "Press 2 to retreat"
  858. 7822 INPUT a
  859. 7823 IF a = 1 THEN BEEP
  860. 7824 IF a = 2 THEN 7804
  861. 7825 PRINT "    You decide to walk up to the hut. Then......."
  862. 7826 PRINT "Press 1 to continue"
  863. 7827 INPUT a
  864. 7828 IF a = 1 THEN BEEP
  865. 7829 PRINT "You encounter the Travis!!!!"
  866. 7830 SOUND 1800, 5
  867. 7831 SOUND 1850, 5
  868. 7832 SOUND 1900, 5
  869. 7833 SOUND 3000, 5
  870. 7834 SOUND 4000, 5
  871. 7835 SOUND 100, 5
  872. 7836 SOUND 50, 5
  873. 7837 PRINT "                                                          "
  874. 7838 PRINT "                              _____                         "
  875. 7839 PRINT "                             / o o \                        "
  876. 7840 PRINT "                            [  ***  ]                       "
  877. 7841 PRINT "                             \_____/                        "
  878. 7842 PRINT "                 /\           /    \           /\          "
  879. 7843 PRINT "                 \ \         /      \         / /         "
  880. 7844 PRINT "                  \ \       /        \       / /            "
  881. 7845 PRINT "                   \ \_____/          \_____/ /             "
  882. 7846 PRINT "                    \______            ______/              "
  883. 7847 PRINT "                          [            ]                    "
  884. 7848 PRINT "                          [            ]                    "
  885. 7849 PRINT "                          [            ]                    "
  886. 7850 PRINT "                          [            ]                    "
  887. 7851 PRINT "Press 1 to continue"
  888. 7852 INPUT a
  889. 7853 IF a = 1 THEN BEEP
  890. 7854 PRINT "    This guy looks like a piece of cake. He even looks like he "
  891. 7855 PRINT "is scarred of you. Mabey you would like to talk this over....."
  892. 7856 PRINT "(nnnnaaaahhhhhh)."
  893. 7857 PRINT "Press 1 to attack"
  894. 7858 PRINT "Press 2 to talk to Travis"
  895. 7859 INPUT a
  896. 7860 IF a = 1 THEN BEEP
  897. 7861 IF a = 2 THEN 7868
  898. 7862 PRINT "    You decide to attack. But before you do Travis attacks "
  899. 7863 PRINT "with a killer choke hold! You are okay... still breathing"
  900. 7864 PRINT "... having trouble breathi - There is scilence. You are dead."
  901. 7865 PRINT "Press 1 to continue"
  902. 7866 INPUT a
  903. 7867 IF a = 1 THEN 680
  904. 7868 PRINT "Type what you would like to say."
  905. 7869 INPUT a
  906. 7870 IF a = 1255 THEN 7876
  907. 7871 IF a = 12511441815# THEN 7876
  908. 7872 PRINT "You try to say "; b$; ". Travis now chokes you to death."
  909. 7873 PRINT "Press 1 to contine"
  910. 7874 INPUT a
  911. 7875 IF a = 1 THEN 680
  912. 7876 PRINT "    You say  'Lee.' Travis looks at you. He seems really upset."
  913. 7877 PRINT "You seem to have gotten to him. He starts to cry."
  914. 7878 PRINT "Press 1 to stay and try to talk with him"
  915. 7879 PRINT "Press 2 to run past him"
  916. 7880 INPUT a
  917. 7881 IF a = 1 THEN BEEP
  918. 7882 IF a = 2 THEN 7889
  919. 7883 PRINT "    He is STILL crying. You think he will NEVER stop!"
  920. 7884 PRINT "Press 1 to stay with him some more"
  921. 7885 PRINT "Press 2 to run past him"
  922. 7886 INPUT a
  923. 7887 IF a = 1 THEN 7883
  924. 7888 IF a = 2 THEN BEEP
  925. 7889 BEEP
  926. 7890 PRINT "    You run past the crying Travis and into the hut. Inside you"
  927. 7891 PRINT "see a old man. He asks you your name."
  928. 7892 PRINT "' "; a$; " is my name,' you say. He chuckles. You tell him about "
  929. 7893 PRINT "Chuck. He says that you will have to get him something that he"
  930. 7894 PRINT "lost. He says that if you recover it he, Alexander, will be"
  931. 7895 PRINT "grateful to you."
  932. 7896 PRINT "    'What exactly is it?' you ask. 'And where can I find it?'"
  933. 7897 PRINT "    'I lost it in the old school building (in 1993), Belhaven, on the "
  934. 7898 PRINT "planet earth. It is in my locker, which may be old and may"
  935. 7999 PRINT "be there. Please look. If you say yes, I will warp you there Look in the back of my locker, in a whole."
  936. 8000 PRINT "    'EARTH!!! That is where I come from! Belhaven is where I go"
  937. 8001 PRINT "to school. I know my way around. But you will have to warp me"
  938. 8002 PRINT "at the middle of the night or I will get a detention. What is "
  939. 8003 PRINT "your locker combination?'"
  940. 8004 PRINT "    '34, 26, 18.' I will warp you there right away.        "
  941. 8005 SOUND 700, 5
  942. 8006 SOUND 710, 5
  943. 8007 SOUND 720, 5
  944. 8008 SOUND 730, 5
  945. 8009 SOUND 100, 5
  946. 8010 SOUND 50, 10
  947. 8011 PRINT "Press 1 to continue"
  948. 8012 INPUT a
  949. 8013 IF a = 1 THEN BEEP
  950. 8014 PRINT "    You begin to feel dizzy. You go through the whole group of "
  951. 8015 PRINT "feelings again. Before you know it you are at your school. The"
  952. 8016 PRINT "place is dark. You do not see anyone. Quickly you go to your "
  953. 8017 PRINT "locker. You know from the details that Alexander gave you"
  954. 8018 PRINT "that his locker is yours. You are at your locker. "
  955. 8019 PRINT "Input the combanation."
  956. 8020 INPUT a
  957. 8021 IF a = 342618 THEN 8023
  958. 8022 END
  959. 8023 PRINT "    You see open your locker. You see the whole. You always"
  960. 8024 PRINT "wondered idf something was in it. As you stick your hand in the hole you"
  961. 8025 PRINT "hear someone coming."
  962. 8026 PRINT "Press 1 to stay where you are"
  963. 8027 PRINT "Press 2 to run away"
  964. 8028 PRINT "Press 3 to hide"
  965. 8029 INPUT a
  966. 8030 IF a = 1 THEN BEEP
  967. 8031 IF a = 2 THEN 8041
  968. 8032 IF a = 3 THEN 8089
  969. 8033 PRINT "    You stay very still. You hope that the person does not see"
  970. 8034 PRINT "you. Theydo. It is a janitor. You get suspended for the rest"
  971. 8035 PRINT "of the year for breaking and intering."
  972. 8036 PRINT "                    *** *   ***"
  973. 8037 PRINT "                     *  *** ***"
  974. 8038 PRINT "                     *  * * ***    END!!!                 "
  975. 8039 PLAY "CCDECCCDEDE"
  976. 8040 END
  977. 8041 PRINT "    You run away. You are now at the staircase to the upstairs"
  978. 8042 PRINT "8th grade wing. "
  979. 8043 PRINT "Press 1 to go up the stairs"
  980. 8044 PRINT "Press 2 to stay put"
  981. 8045 PRINT "Press 3 to run some more"
  982. 8046 INPUT b
  983. 8047 IF b = 1 THEN BEEP
  984. 8048 IF b = 2 THEN 8075
  985. 8049 IF b = 3 THEN 8083
  986. 8050 PRINT "    You try to head up the stairs. Then you remember that the"
  987. 8051 PRINT "door might be locked. To your surprise (and luck) it wasn't."
  988. 8052 PRINT "    You are in the eight grade wing. You hear no footsteps."
  989. 8053 PRINT "Press 1 to stay put"
  990. 8054 PRINT "Press 2 to go to your locker"
  991. 8055 INPUT c
  992. 8056 IF c = 1 THEN BEEP
  993. 8057 IF c = 2 THEN 8060
  994. 8058 PRINT "    You stay for a while. Nothing happens."
  995. 8059 GOTO 8053
  996. 8060 PRINT "    You head twoards your locker. Inside you look and find"
  997. 8061 PRINT "the homework coupon."
  998. 8062 PRINT "                                                            "
  999. 8063 PRINT "          ________________________________                  "
  1000. 8064 PRINT "          [                           1  ]                  "
  1001. 8065 PRINT "          [      Good for one (1)        ]                  "
  1002. 8066 PRINT "          [          night of no         ]                  "
  1003. 8067 PRINT "          [    H  O  M  E  W  O  R  K    ]                  "
  1004. 8068 PRINT "          [______________________________]                  "
  1005. 8069 PRINT "                                                            "
  1006. 8070 PRINT "                                                            "
  1007. 8071 PRINT "                                                            "
  1008. 8072 PRINT "Press 1 to continue"
  1009. 8073 INPUT d
  1010. 8074 IF d = 1 THEN 8106
  1011. 8075 PRINT "    You decide to remain still. You remember that the door "
  1012. 8076 PRINT "might be locked. You stay and stay. You finally think it is safe"
  1013. 8077 PRINT "to go. You take one step into the hall and come face to face"
  1014. 8078 PRINT "with a janitor. You are suspended for the rest of the year"
  1015. 8079 PRINT "for breaking and entering."
  1016. 8080 PRINT "Press 1 to continue"
  1017. 8081 INPUT e
  1018. 8082 IF e = 1 THEN 8036
  1019. 8083 PRINT "    You run as fast as you can. You trip and fall over your"
  1020. 8084 PRINT "(dumb) shoelace. The janitor sees you. You get suspended for "
  1021. 8085 PRINT "the rest of the year for breaking and entering. "
  1022. 8086 PRINT "Press 1 to continue"
  1023. 8087 INPUT f
  1024. 8088 IF f = 1 THEN 8036
  1025. 8089 PRINT "    You decide to hide in the gym. You run twoards there and"
  1026. 8090 PRINT "come apon a choice. Do you take lockeroom #1 or lockeroom #2?"
  1027. 8091 INPUT g
  1028. 8092 IF g = 1 THEN BEEP
  1029. 8093 IF g = 2 THEN 8099
  1030. 8094 PRINT "    You head into lockeroom #1, the boys lockeroom. You run"
  1031. 8095 PRINT "so fast that you trip on the wet floor. The janitor comes running"
  1032. 8096 PRINT "to see what the noise ways and trips on you. You die a painfull"
  1033. 8097 PRINT "death. "
  1034. 8098 GOTO 680
  1035. 8099 PRINT "    You go into lockeroom #2. As soon as you step in you smell"
  1036. 8100 PRINT "prefume. You realize it is the girl's lockeroom. "
  1037. 8101 PRINT "Press 1 to wait"
  1038. 8102 PRINT "Press 2 to head twoards your locker"
  1039. 8103 INPUT h
  1040. 8104 IF h = 1 THEN 8058
  1041. 8105 IF h = 2 THEN 8060
  1042. 8106 PRINT "    After you look at the homework coupon you feel dizzy. Before"
  1043. 8107 PRINT "you know it you are in Alexander's Hut."
  1044. 8108 PRINT "    'Thanks you very much for the Homework Coupon. I will now"
  1045. 8109 PRINT "cast a spell on your jewled sword. You will be able to use it"
  1046. 8110 PRINT "to teleport to some places, and it will be more deadly! You"
  1047. 8111 PRINT "may also some back here any time!"
  1048. 8112 PRINT "Press 1 to continue"
  1049. 8113 INPUT a
  1050. 8114 IF a = 1 THEN 8121
  1051. 8115 IF a > 1 THEN BEEP
  1052. 8116 PRINT "Can't fool me, you cheater!"
  1053. 8120 END
  1054. 8121 CLS
  1055. 8122 SCREEN 12
  1056. 8123 PRINT " "
  1057. 8124 PRINT "                                                            "
  1058. 8125 PRINT "                                                            "
  1059. 8126 PRINT "                                                            "
  1060. 8127 PRINT "                         /\                                 "
  1061. 8128 PRINT "                        /  \                               "
  1062. 8129 PRINT "                       [    ]                               "
  1063. 8130 PRINT "                       [    ]                               "
  1064. 8131 PRINT "                   /\  [    ]  /\                           "
  1065. 8132 PRINT "                   \ \ [    ] / /                           "
  1066. 8133 PRINT "                    \ \[    ]/ /                           "
  1067. 8134 PRINT "                     \__ ** __/                            "
  1068. 8135 PRINT "                       [    ]                              "
  1069. 8136 PRINT "                       [____]                               "
  1070. 8137 PRINT "                                                            "
  1071. 8138 PRINT "                                                            "
  1072. 8139 BEEP
  1073. 8140 CLS
  1074. 8141 PRINT " "
  1075. 8142 PRINT "                                                            "
  1076. 8143 PRINT "                                                           "
  1077. 8144 PRINT "                         {                                 "
  1078. 8145 PRINT "                       \ /\ /                               "
  1079. 8146 PRINT "                        /  \                               "
  1080. 8147 PRINT "                       [    ]                               "
  1081. 8148 PRINT "                       [    ]                               "
  1082. 8149 PRINT "                   /\  [    ]  /\                           "
  1083. 8150 PRINT "                   \ \ [    ] / /                           "
  1084. 8151 PRINT "                    \ \[    ]/ /                           "
  1085. 8152 PRINT "                     \__ ** __/                            "
  1086. 8153 PRINT "                       [    ]                              "
  1087. 8154 PRINT "                       [____]                               "
  1088. 8155 PRINT "                                                            "
  1089. 8156 PRINT "                                                            "
  1090. 8157 BEEP
  1091. 8158 CLS
  1092. 8159 PRINT " "
  1093. 8160 PRINT "                                                            "
  1094. 8161 PRINT "                         {                                 "
  1095. 8162 PRINT "                      \  {   /                             "
  1096. 8163 PRINT "                       \ /\ /                               "
  1097. 8164 PRINT "                        /  \                               "
  1098. 8165 PRINT "                       [    ]                               "
  1099. 8166 PRINT "                       [    ]                               "
  1100. 8167 PRINT "                   /\  [    ]  /\                           "
  1101. 8168 PRINT "                   \ \ [    ] / /                           "
  1102. 8169 PRINT "                    \ \[    ]/ /                           "
  1103. 8170 PRINT "                     \__ ** __/                            "
  1104. 8171 PRINT "                       [    ]                              "
  1105. 8172 PRINT "                       [____]                               "
  1106. 8173 PRINT "                                                            "
  1107. 8174 PRINT "                                                            "
  1108. 8175 BEEP
  1109. 8176 CLS
  1110. 8177 PRINT " "
  1111. 8178 PRINT "                         {                                 "
  1112. 8179 PRINT "                     \   {    /                            "
  1113. 8180 PRINT "                      \  {   /                             "
  1114. 8181 PRINT "                       \ /\ /                               "
  1115. 8182 PRINT "                        /  \                               "
  1116. 8183 PRINT "                       [    ]                               "
  1117. 8184 PRINT "                       [    ]                               "
  1118. 8185 PRINT "                   /\  [    ]  /\                           "
  1119. 8186 PRINT "                   \ \ [    ] / /                           "
  1120. 8187 PRINT "                    \ \[    ]/ /                           "
  1121. 8188 PRINT "                     \__ ** __/                            "
  1122. 8189 PRINT "                       [    ]                              "
  1123. 8190 PRINT "                       [____]                               "
  1124. 8191 PRINT "                                                            "
  1125. 8192 PRINT "                                                            "
  1126. 8193 BEEP
  1127. 8194 CLS
  1128. 8195 PRINT "                         {                                   "
  1129. 8196 PRINT "                    \    {     /                            "
  1130. 8197 PRINT "                     \   {    /                            "
  1131. 8198 PRINT "                      \      /                             "
  1132. 8199 PRINT "                         /\                                 "
  1133. 8200 PRINT "                        /  \                               "
  1134. 8201 PRINT "                       [    ]                               "
  1135. 8202 PRINT "                       [    ]                               "
  1136. 8203 PRINT "                   /\  [    ]  /\                           "
  1137. 8204 PRINT "                   \ \ [    ] / /                           "
  1138. 8205 PRINT "                    \ \[    ]/ /                           "
  1139. 8206 PRINT "                     \__ ** __/                            "
  1140. 8207 PRINT "                       [    ]                              "
  1141. 8208 PRINT "                       [____]                               "
  1142. 8209 PRINT "                                                            "
  1143. 8210 PRINT "                                                            "
  1144. 8211 BEEP
  1145. 8212 PRINT "Press 1 to continue"
  1146. 8213 INPUT a
  1147. 8214 PRINT "    Your password is 1209. Write it down. "
  1148. 8215 PRINT "Press 1 to continue"
  1149. 8216 INPUT a
  1150. 8217 IF a = 1 THEN 8219
  1151. 8218 END
  1152. 8219 PRINT "Press 1 to return to the town"
  1153. 8220 INPUT a
  1154. 8221 IF a = 1 THEN 8223
  1155. 8222 END
  1156. 8223 PRINT "    You arrive at the town and head twoards Chuck's house."
  1157. 8224 PRINT "inside you see him watching a televisioln show. You tell"
  1158. 8225 PRINT "him what you did."
  1159. 8226 PRINT "    'Now what should I do?' you ask."
  1160. 8227 PRINT "    'There is a very smart scholar in the town named John"
  1161. 8228 PRINT "McClain. He might be able to help you."
  1162. 8229 PRINT "    So after dinner and rest at Chuck's house you decide to"
  1163. 8300 PRINT "look for this John fellow."
  1164. 8301 PRINT "Press 1 to continue"
  1165. INPUT a
  1166. 8302 IF a = 1 THEN BEEP
  1167. 8303 CLS
  1168. 8304 PRINT "    You finally find John........."
  1169. 8305 PRINT "    'Hello. My name is "; a$; " . "
  1170. 8306 PRINT "    'I've heard of you!' John said. 'Your the one who defeated"
  1171. 8307 PRINT "evil Erink and made Travis forgive anything mean he did! What"
  1172. 8308 PRINT "do you want, "; a$; " ?"
  1173. 8309 PRINT "    'I have heard that there is an evil in the land Hkrow. I came"
  1174. 8310 PRINT "to Ogausis and seem to have solved everyone's problems here. Now"
  1175. 8311 PRINT "I need to know where to go. Would you help?'"
  1176. 8312 PRINT "    'Let's go to my hometown, Kinweke. There someone should"
  1177. 8313 PRINT "be able to help you.'"
  1178. 8314 PRINT "    'But how will we get there?' you ask."
  1179. 8315 PRINT "    'You will be able to teleport us there.'"
  1180. 8316 PRINT "    'Thanks you say.'"
  1181. 8317 PRINT "    'It was my pleasure, "; a$; " . Call me when you are ready "
  1182. 8318 PRINT "to go."
  1183. 8319 PRINT "Press 1 to teleport to Erink's cave"
  1184. 8320 PRINT "Press 2 to teleport to Alexander's home"
  1185. 8321 PRINT "Press 3 to teleport to Kinweke"
  1186. 8322 INPUT a
  1187. 8323 IF a = 1 THEN BEEP
  1188. 8324 IF a = 2 THEN 8333
  1189. 8325 IF a = 3 THEN 8340
  1190. 8326 PRINT "    You decide to teleport to Erink's cave. Inside you find"
  1191. 8327 PRINT "nothing."
  1192. 8328 PRINT "Press 1 to teleport back to Ogausis"
  1193. 8329 PRINT "Press 2 to teleport to Alexander's home"
  1194. 8330 INPUT b
  1195. 8331 IF b = 1 THEN 8319
  1196. 8332 IF a = 2 THEN BEEP
  1197. 8333 PRINT "    You decide to teleport to Alexander's home. Inside you find"
  1198. 8334 PRINT "him. He welcomes you and invites you to stay. You eat and sleep."
  1199. 8335 PRINT "Press 1 to teleport to Erink's cave"
  1200. 8336 PRINT "Press 2 to teleport back to Ogausis"
  1201. 8337 INPUT c
  1202. 8338 IF c = 1 THEN 8326
  1203. 8339 IF c = 2 THEN 8319
  1204. 8340 PRINT "    You decide to get on with it, and teleport to Kinweke."
  1205. 8341 PRINT "This time you seem to teleport instantly! As soon as you"
  1206. 8342 PRINT "arrive John introduces you."
  1207. 8345 PRINT "    'This is "; a$; " , Hero of Ogausis. He ridded the town of"
  1208. 8346 PRINT "the evil Erink and Travis. He will try to solve most of your "
  1209. 8347 PRINT "problems. Who thinks they have the promblem that needs solving"
  1210. 8348 PRINT "the most."
  1211. 8349 PRINT "    Immediatly someone comes up to you. ' "; a$; " I need"
  1212. 8350 PRINT "your help. My house doesn't get electricity. Will you please"
  1213. 8351 PRINT "go underground and see what is the matter?'"
  1214. 8352 PRINT "    Before you can answer someone else asks you to help them."
  1215. 8353 PRINT "' "; a$; " , my daughter is sick. I need your help. There is"
  1216. 8354 PRINT "to be a herb somewhere in the magical grove that can heal her."
  1217. 8355 PRINT "Please go there as fast as you can.'"
  1218. 8356 PRINT "    Now you have two people asking you for help. Now another comes"
  1219. 8357 PRINT "up to where you stand. ' "; a$; " , My pump is running out of"
  1220. 8358 PRINT "water. We think the problem is coming from the base of the stream"
  1221. 8359 PRINT "from which our pump gets it's water. Please help, we are tired"
  1222. 8360 PRINT "of getting water from other places. Please help!!!'"
  1223. 8361 PRINT "    So many requests. You can't even think of going back to "
  1224. 8362 PRINT "Ogausis to see what is going on."
  1225. 8363 PRINT "Press 1 to get the electricty back, 2 to get the herb, and 3 to"
  1226. 8364 PRINT "get the water."
  1227. 8365 INPUT a
  1228. 8366 IF a = 1 THEN BEEP
  1229. 8367 IF a = 2 THEN 8445
  1230. 8368 IF a = 3 THEN 8539
  1231. 8369 PRINT "    You couldn't live without electricty. You ask the person"
  1232. 8370 PRINT "with the problem to explain more.   'We think's the rats have"
  1233. 8371 PRINT "chewed some of the wireing. If you go you would take some more"
  1234. 8372 PRINT "down there. But beware, there are alot of rats!"
  1235. 8373 PRINT "Press 1 to go on, press 2 to decide again"
  1236. 8374 INPUT a
  1237. 8375 IF a = 1 THEN BEEP
  1238. 8376 IF a = 2 THEN 8363
  1239. 8377 PRINT "    You decide to go on with it. You get the wire from William"
  1240. 8378 PRINT "(that's what he'd like to be called). You are told that the "
  1241. 8379 PRINT "nearest way to the underground is a tunnel. You decide to head"
  1242. 8380 PRINT "twards it. It is not far away. Inside it is dark. "
  1243. 8381 PRINT "Press 1 to advance"
  1244. 8382 PRINT "Press 2 to retreat"
  1245. 8383 INPUT a
  1246. 8384 IF a = 1 THEN 8391
  1247. 8385 IF a = 2 THEN BEEP
  1248. 8386 PRINT "    You decide to run out of the tunnel. "
  1249. 8387 PRINT "Press 1 to help someone else"
  1250. 8388 PRINT "Press 2 to go back in"
  1251. 8389 IF a = 1 THEN 8363
  1252. 8390 IF a = 2 THEN 8377
  1253. 8391 PRINT "Press 1 to advance"
  1254. 8392 PRINT "Press 2 to retreat"
  1255. 8393 INPUT a
  1256. 8394 IF a = 1 THEN BEEP
  1257. 8395 IF a = 2 THEN 8381
  1258. 8396 PRINT "    You see alot of rats. They look very peacefull. You decide"
  1259. 8397 PRINT "to mind your own buisness. You hear something around the right"
  1260. 8398 PRINT "corner."
  1261. 8399 PRINT "Press 1 to head straight, 2 to turn the corner, or 3 to retreat"
  1262. 8400 INPUT a
  1263. 8401 IF a = 1 THEN BEEP
  1264. 8402 IF a = 2 THEN 8409
  1265. 8403 IF a = 3 THEN 8391
  1266. 8404 PRINT "    Ignoing the noise you continue straight. Hey it's really"
  1267. 8405 PRINT "dark...... you fall of a ledge and don't remember a thing."
  1268. 8406 PRINT "Press 1 to continue"
  1269. 8407 INPUT a
  1270. 8408 IF a = 1 THEN 680
  1271. 8409 PRINT "    Turning the corner you see a peice of machinery. You wonder"
  1272. 8410 PRINT "where to put the wire."
  1273. 8411 PRINT "Press 1 to continue"
  1274. 8412 INPUT a
  1275. 8413 IF a = 1 THEN BEEP
  1276. 8414 PRINT "___________________[           ]____________________________"
  1277. 8415 PRINT "                   [           ]                            "
  1278. 8416 PRINT "                   [ ***       ]                            "
  1279. 8417 PRINT "                   [**1 *    2 ]                            "
  1280. 8418 PRINT "                   [___\_____/_]                            "
  1281. 8419 PRINT "                        \    /                              "
  1282. 8420 PRINT "                         \  /                               "
  1283. 8421 PRINT "                          \/                                "
  1284. 8422 PRINT "                          /\                              "
  1285. 8423 PRINT "                     ____/__\_____                          "
  1286. 8424 PRINT "                    [   /    \    ]                         "
  1287. 8425 PRINT "                    [  3      4   ]                         "
  1288. 8426 PRINT "                    [_____________]                         "
  1289. 8427 PRINT "----------------------------------------------------------- "
  1290. 8428 PRINT "                                                            "
  1291. 8429 PRINT "                                                            "
  1292. 8430 PRINT "                                                            "
  1293. 8431 PRINT "Input the wire that you would like to replace."
  1294. 8432 INPUT a
  1295. 8433 IF a = 14 THEN 8441
  1296. 8434 IF a < 14 THEN BEEP
  1297. 8435 IF a > 14 THEN BEEP
  1298. 8436 PRINT "    You replace the wrong wire. The machine blows, you are dead!"
  1299. 8437 PRINT "Press 1 to continue"
  1300. 8438 INPUT a
  1301. 8439 IF a = 1 THEN 680
  1302. 8440 GOTO 680
  1303. 8441 PRINT "    You replace the wire. The noise stops and the machine starts"
  1304. 8442 PRINT "to work. You did it! You will need a secret code to input at the"
  1305. 8443 PRINT "start of the game. The first number is 3."
  1306. 8444 GOTO 8363
  1307. 8445 PRINT "    You really feel sorry for this girl."
  1308. PRINT "Her father tells you "
  1309. 8446 PRINT "how to get to the herb."
  1310. PRINT "He says to watch out for the pit near Hangman's tree."
  1311. PRINT "He says that the herb will be improper"
  1312. 8447 PRINT "if not reduced."
  1313. 8448 PRINT "Press 1 to go get the herb"
  1314. 8449 PRINT "Press 2 to help someone else"
  1315. INPUT a
  1316. 8500 IF a = 2 THEN 8363
  1317. 8501 IF a = 1 THEN BEEP
  1318. 8502 PRINT "Press 1 to continue"
  1319. 8503 PRINT "Press 2 to retreat"
  1320. 8504 INPUT a
  1321. 8505 IF a = 1 THEN BEEP
  1322. 8506 IF a = 2 THEN 8448
  1323. 8507 PRINT "Press 1 to continue"
  1324. 8508 PRINT "Press 2 to retreat"
  1325. 8509 INPUT a
  1326. 8510 IF a = 1 THEN BEEP
  1327. 8511 IF a = 2 THEN 8502
  1328. 8512 PRINT "    You come across the pit that the man told you about. "
  1329. 8513 PRINT "Enter how to pass or "
  1330. 8514 PRINT "press 2 to retreat"
  1331. 8515 INPUT a
  1332. 8516 IF a = 211951815165# THEN BEEP
  1333. 8517 IF a = 2 THEN 8507
  1334. 8518 PRINT "    Using the Hangman's rope you cross the pit. On the other side"
  1335. 8519 PRINT "You see many herbs. Herb #1 is 30/50iths * 10/10enths. #2 is"
  1336. 8520 PRINT "60/60iths * 20/20iths. #3 is 60/50iths * 80/6iths. #4 is "
  1337. 8521 PRINT "1903/2000iths + 100/200iths. #5 is 1/1th - 1/1th. "
  1338. 8522 PRINT "Which herb will you choose"
  1339. 8523 INPUT a
  1340. 8524 IF a = 3 THEN 8532
  1341. 8525 IF a < 3 THEN BEEP
  1342. 8526 IF a > 3 THEN BEEP
  1343. 8527 PRINT "    You get the wrong herb. The girl dies when she eats it. "
  1344. 8528 PRINT "You are hung by the same rope that you crossed the pit by."
  1345. 8529 PRINT "Press 1 to continue"
  1346. 8530 IF a = 1 THEN 680
  1347. 8531 GOTO 680
  1348. 8532 PRINT "    You get the right herb. The girl get's much better! You"
  1349. 8533 PRINT "will need a passcode to get past this (enter it at the begining)"
  1350. 8534 PRINT ". The second digit is 68."
  1351. 8535 PRINT "Press 1 to continue"
  1352. 8536 INPUT a
  1353. 8537 IF a = 1 THEN 8363
  1354. 8538 GOTO 8363
  1355. 8539 PRINT "    These people MUST get thirsty. You decide to help the person"
  1356. 8540 PRINT "who wants the water. He tells you how to get to the waterfall."
  1357. 8541 PRINT "    'Watch out for the dragon!' he says."
  1358. 8542 PRINT "Press 1 to get the water, press 2 to help another"
  1359. 8543 INPUT a
  1360. 8544 IF a = 1 THEN BEEP
  1361. 8545 IF a = 2 THEN 8363
  1362. 8546 PRINT "                                                            "
  1363. 8547 PRINT "                   Waterfall - [[[]]]                           "
  1364. 8548 PRINT "                               [[[]]]                            "
  1365. 8549 PRINT "                                    \ \                          "
  1366. 8550 PRINT "                                     \ \  - Stream              "
  1367. 8551 PRINT "                                      \ \                        "
  1368. 8552 PRINT "                                       \ -__                     "
  1369. 8553 PRINT "                                        -__ \                    "
  1370. 8554 PRINT "                                           \ \                   "
  1371. 8555 PRINT "                                            \ \                  "
  1372. 8556 PRINT "                           You are- 0       \ \                 "
  1373. 8557 PRINT "                             here             \ \                "
  1374. 8558 PRINT "                                                                 "
  1375. 8559 PRINT "Press 1 to continue"
  1376. 8560 INPUT a
  1377. 8561 IF a = 1 THEN 8563
  1378. 8562 END
  1379. 8563 PRINT "Press 1 to continue"
  1380. 8564 PRINT "Press 2 to retreat"
  1381. 8565 INPUT a
  1382. 8566 IF a = 1 THEN BEEP
  1383. 8567 IF a = 2 THEN 8542
  1384. 8568 PRINT "Press 1 to continue"
  1385. 8569 PRINT "Press 2 to retreat"
  1386. 8570 INPUT a
  1387. 8571 IF a = 1 THEN BEEP
  1388. 8572 IF a = 2 THEN 8563
  1389. 8573 PRINT "Press 1 to continue"
  1390. 8574 PRINT "Press 2 to retreat"
  1391. 8575 INPUT a
  1392. 8576 IF a = 1 THEN BEEP
  1393. 8577 IF a = 2 THEN 8568
  1394. 8578 PRINT "Press 1 to continue"
  1395. 8579 PRINT "Press 2 to retreat"
  1396. 8580 INPUT a
  1397. 8581 IF a = 1 THEN BEEP
  1398. 8582 IF a = 2 THEN 8573
  1399. 8583 PRINT "    You finally arrive at the waterfall! You can feel the cold"
  1400. 8584 PRINT "mist of the water. "
  1401. 8585 PRINT "Press 1 to get the water"
  1402. 8586 PRINT "Press 2 to go exploring"
  1403. 8587 PRINT "Press 3 to stay put"
  1404. 8588 PRINT "Press 4 to look around"
  1405. 8589 PRINT "Press 5 to retreat"
  1406. 8590 INPUT a
  1407. 8591 IF a = 1 THEN BEEP
  1408. 8592 IF a = 2 THEN 8603
  1409. 8593 IF a = 3 THEN 8618
  1410. 8594 IF a = 4 THEN 8621
  1411. 8595 IF a = 5 THEN 8620
  1412. 8596 PRINT "    You decide to get the water ASAP remembering what the man said"
  1413. 8597 PRINT "about the dragon. As soon as you get the water you deel something"
  1414. 8598 PRINT "on your back. It is the dragon. Before you can throw the water onto"
  1415. 8599 PRINT "it, it kills you."
  1416. 8600 PRINT "Press 1 to continue"
  1417. 8601 IF a = 1 THEN 680
  1418. 8602 END
  1419. 8603 PRINT "    You decide to look around. As you walk you see the dragon. "
  1420. 8604 PRINT "It doesn't seem to notice you. "
  1421. 8605 PRINT "Press 1 to slay the dragon"
  1422. 8606 PRINT "Press 2 to stay put"
  1423. 8607 INPUT a
  1424. 8608 IF a = 1 THEN BEEP
  1425. 8609 IF a = 2 THEN 8616
  1426. 8610 PRINT "    You decide to attack the beast. As soon as you step twoards"
  1427. 8611 PRINT "it, it decides to fry you. Sorry but you're dead!"
  1428. 8612 PRINT "Press 1 to continue"
  1429. 8613 INPUT a
  1430. 8614 IF a = 1 THEN 680
  1431. 8615 END
  1432. 8616 PRINT "    Nothing happens. "
  1433. 8617 GOTO 8605
  1434. 8618 PRINT "    Nothing happens."
  1435. 8619 GOTO 8585
  1436. 8620 GOTO 8578
  1437. 8621 PRINT "    You decide to look around. You see the waterfall. As you are"
  1438. 8622 PRINT "looking at it, you see the dragon. "
  1439. 8623 PRINT "Press 1 to hide"
  1440. 8624 PRINT "Press 2 to attack it"
  1441. 8625 PRINT "Press 3 to run away"
  1442. 8626 PRINT "Press 4 to retreat"
  1443. 8627 INPUT a
  1444. 8628 IF a = 1 THEN 8639
  1445. 8629 IF a = 2 THEN 8610
  1446. 8630 IF a = 3 THEN BEEP
  1447. 8631 IF a = 4 THEN 8585
  1448. 8632 PRINT "    You decide to get out of here As Fast As You Can (AFAYC)."
  1449. 8633 PRINT "You run a little to fast. You trip over a rock. The noise"
  1450. 8634 PRINT "startles the dragon. He comes at you, and fries you. You are dead!"
  1451. 8635 PRINT "Press 1 to continue"
  1452. 8636 INPUT a
  1453. 8637 IF a = 1 THEN 680
  1454. 8638 END
  1455. 8639 PRINT "Press 1 to hide under a rock"
  1456. 8640 PRINT "Press 2 to run past the dragon into the waterfall"
  1457. 8641 PRINT "Press 3 to retreat"
  1458. 8642 INPUT a
  1459. 8643 IF a = 1 THEN BEEP
  1460. 8644 IF a = 2 THEN 8662
  1461. 8645 IF a = 3 THEN 8623
  1462. 8646 PRINT "    You decide to hide under a rock."
  1463. 8647 PRINT "Press 1 to get up"
  1464. 8648 PRINT "Press 2 to wait"
  1465. 8649 INPUT a
  1466. 8650 IF a = 1 THEN BEEP
  1467. 8651 IF a = 2 THEN 8660
  1468. 8652 PRINT "    You decide to get up. As you get up you hit your head"
  1469. 8653 PRINT "REALLY hard on the rock. You pass out, and you will never find"
  1470. 8654 PRINT "the EXACT way you died."
  1471. 8655 PRINT "Press 1 to continue"
  1472. 8656 INPUT a
  1473. 8657 IF a = 1 THEN 680
  1474. 8658 PRINT "You cheater"
  1475. 8659 END
  1476. 8660 PRINT "    You decide to wait. Nothing happens."
  1477. 8661 GOTO 8647
  1478. 8662 PRINT "    You run AFAYC (as fast as you can) past the dragon. You run"
  1479. 8663 PRINT "right into the waterfall. The dragon follows you, drinks the water"
  1480. 8664 PRINT "and dies. You get the water and return to the town."
  1481. 8665 PRINT "    'Thank you so much. You got this magic water. If we put it"
  1482. 8666 PRINT "in our well it will increase! Thank you so much!'"
  1483. 8667 PRINT "The last digits of your password are 913"
  1484. 8668 PRINT "Write them down   "
  1485. 8669 PRINT "Press 1 to enter the password"
  1486. 8670 PRINT "Press 2 to solve another puzzle"
  1487. 8671 INPUT a
  1488. 8672 IF a = 1 THEN 1
  1489. 8673 IF a = 2 THEN 8363
  1490. 8674 PRINT "    Y'"
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.