home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 November / Gamestar_24_2000-11_cd1.bin / PROGRAMY / gotfree.zip / GOTRES.DAT / SPEAK3 < prev    next >
Text File  |  1994-11-02  |  17KB  |  1,118 lines

  1. 'normal,good,bad,sign,emphasis
  2. |100
  3. SAY
  4. "~0Pssst! Hey buddy... Wanna
  5. "buy some ~1Golden Apples~0?
  6. "I'll sell you all you need
  7. "for only ~410~0 jewels each.
  8. ""
  9. "I know that's kinda steep,
  10. "but with ~2Loki~0 makin' them
  11. "illegal and all, I'm takin'
  12. "quite a risk.
  13. ""
  14. j=0
  15. a=0
  16. ASK a,"Well, How many ya want",1
  17. "I'll Take 5"
  18. "Fill 'er Up!"
  19. "I'm telling on you!"
  20. if a=0 then end
  21. else if a=1 then b=5: gosub EATEM
  22. else if a=2 then b=150: gosub EATEM
  23. else if a=3 then GOTO JUSTKID
  24. if j=0 then end
  25. SAY
  26. ""
  27. "Thanks buddy,"
  28. "Come back anytime."
  29. ""
  30. end
  31.  
  32. EATEM:
  33. if @health > 149 then gosub ALLNEED: return
  34. if @jewels > 9 then sound @GULP:pause 20:addjewels -10:addhealth 5:j=j+1
  35. else gosub NOMONEY: return
  36. b=b-1
  37. if b=0 then return
  38. goto EATEM
  39.  
  40. ALLNEED:
  41. SAY
  42. ""
  43. "You have all the apples
  44. "that you need."
  45. ""
  46. return
  47. NOMONEY:
  48. SAY
  49. ""
  50. "You don't have enough
  51. "jewels...Come back later.
  52. ""
  53. end
  54. JUSTKID:
  55. SAY
  56. ""
  57. "Calm down, buddy!"
  58. "I'm only kidding."
  59. ""
  60. end
  61. |STOP
  62. '---------
  63. |101
  64. pause 120
  65. exec 2
  66. c$="~1"+a$+"~0"
  67. SAY
  68. ""
  69. "You are under arrest for:
  70. c$
  71. ""
  72. b$
  73. exec 1
  74. |STOP
  75. '------------
  76. |504
  77. ITEMSAY 4
  78. ""
  79. "You found a ~1Skeleton Key~0.
  80. ""
  81. "This opens the last door to
  82. "the ~2Hall of Loki~0!
  83. |STOP
  84. '------------
  85. |5504
  86. ITEMSAY 4
  87. ""
  88. "This opens the last door to
  89. "the ~2Hall of Loki~0!
  90. ""
  91. |STOP
  92. '------------
  93. |505
  94. ITEMSAY 5
  95. ""
  96. ""
  97. "You found an ~1Electric Saw~0.
  98. ""
  99. ""
  100. "Good luck finding somewhere
  101. "to plug it in!
  102. ""
  103. |STOP
  104. '------------
  105. |5505
  106. ITEMSAY 5
  107. ""
  108. "It's not plugged in.
  109. ""
  110. |STOP
  111. '------------
  112. |506
  113. ITEMSAY 6
  114. ""
  115. "You found a ~1Bracelet~0.
  116. ""
  117. "It was probably taken from
  118. "a prisoner.
  119. |STOP
  120. '------------
  121. |5506
  122. ITEMSAY 6
  123. ""
  124. "I think maybe you should
  125. "just return it to it's
  126. "owner.
  127. ""
  128. |STOP
  129. '------------
  130. |507
  131. ITEMSAY 7
  132. "You found
  133. "    ~1A Mystic Mushroom~0.
  134. ""
  135. "It could probably be used
  136. "to cast magic spells...
  137. ""
  138. "But not by you.
  139. ""
  140. |STOP
  141. '------------
  142. |5507
  143. ITEMSAY 7
  144. "You chant the ancient spell
  145. "you heard as a child.
  146. ""
  147. "Fleegad...Hepturk...Seepwon
  148. "Zraxik...Hike!
  149. ""
  150. "Nothin'.
  151. ""
  152. |STOP
  153. '------------
  154. |520
  155. ITEMSAY 20
  156. "You have obtained the
  157. "~1Amulet of Protection~0.
  158. "This will shield you from
  159. "many lesser damages.
  160. ""
  161. ""
  162. "~1Take Heed~0, My son. The
  163. "Amulet is not effective
  164. "against stronger forces.
  165. ""
  166. |STOP
  167. '------------
  168. |521
  169. ITEMSAY 21
  170. "You have found the ~1Power
  171. "of Thunder~0!
  172. ""
  173. "This will damage all 
  174. "enemies in sight!
  175. |STOP
  176. '------------
  177. |1000
  178. SAY
  179. "My son...This is your final
  180. "mission.  Now you must find
  181. "and defeat ~2Loki~0 himself!
  182. ""
  183. ""
  184. "He has personally taken
  185. "over the town of ~1Blechton~0
  186. "and renamed it ~2Lokisburg~0.
  187. "He is very oppressive and
  188. "cruel to its people.
  189. "Your journey will not be
  190. "an easy one.  You will
  191. "encounter many more dangers
  192. "than in your previous"
  193. "missions.
  194. "Just remember that I am
  195. "with you, always.
  196. ""
  197. |STOP
  198. '------------
  199. |1001
  200. SAY
  201. "~4Congratulations, my son!~0
  202. ""
  203. "You have defeated ~2Loki~0
  204. "and restored freedom to
  205. "all of ~1Midgard~0."
  206. "The people of this town
  207. "are waiting outside to
  208. "thank you.
  209. ""
  210. ""
  211. "Go to them my son, and
  212. "celebrate your victory!
  213. |STOP
  214. '------------
  215. |1002
  216. SAY
  217. "So, dear '~4brother~0'!
  218. "It appears that you have
  219. "found me!"
  220. ""
  221. "But it will do you ~4NO GOOD~0.
  222. "You will find that I am
  223. "no longer afraid of you
  224. "~4OR~0 your vaunted hammer,
  225. "as I was in my youth. It
  226. "can not harm me anymore!
  227. "I am the greatest sorcerer
  228. "in the ~1ENTIRE REALM~0, as you
  229. "are about to find out!
  230. ""
  231. ""
  232. ""
  233. "Now feel the wrath of
  234. "~2LOKI, God of Mischief!~0
  235. |STOP
  236. '------------
  237. |1003
  238. SAY
  239. "Did you really think I
  240. "could be defeated so
  241. "easily?
  242. ""
  243. ""
  244. "Up to now I have merely
  245. "been toying with you.
  246. ""
  247. ""
  248. ""
  249. ""
  250. "~4TIME TO DIE! '~1THUNDER GOD~4'~0
  251. |STOP
  252. '------------
  253. |2001
  254. SAY
  255. ""
  256. "Sound card with support for
  257. "digitized sound not found.
  258. ""
  259. "See the GOT.DOC file.
  260. |STOP
  261. '------------
  262. |2002
  263. SAY
  264. ""
  265. "Sound card not found.
  266. ""
  267. "See the GOT.DOC file.
  268. ""
  269. |STOP
  270. '------------
  271. |2003
  272. SAY
  273. ""
  274. "You need a ~1KEY~0 to open
  275. "this door.
  276. ""
  277. |STOP
  278. '------------
  279. |2004
  280. SAY
  281. ""
  282. "You must gather ~1100 JEWELS~0
  283. "to remove this door.
  284. ""
  285. |STOP
  286. '------------
  287. |2005
  288. SAY
  289. ""
  290. "You must gather ~110 JEWELS~0
  291. "to remove this door.
  292. ""
  293. |STOP
  294. '------------
  295. |2006
  296. SAY
  297. ""
  298. "You do not have enough
  299. "magic to use this item.
  300. ""
  301. |STOP
  302. '------------
  303. |2007
  304. SAY
  305. ""
  306. "You cannot carry any more
  307. "of this item.
  308. ""
  309. |STOP
  310. '------------
  311. |2008
  312. ltoa @screen, b$
  313. a$="  ~4Hint Reference: ~1"+b$
  314. SAY
  315. "Press:"
  316. "~1  Arrows - ~0Move
  317. "~1  ALT    - ~0Throw Hammer
  318. "~1  SPACE  - ~0Select Item
  319. "~1  CTRL   - ~0Use Item
  320. "~1  ESC    - ~0Options Menu
  321. "~1  D      - ~0Die
  322. "~1  S      - ~0Save Game
  323. "~1  L      - ~0Load Game
  324. a$
  325. |STOP
  326. '------------
  327. |2009
  328. SAY
  329. ""
  330. ""
  331. "Your Game Has Been Saved.
  332. ""
  333. ""
  334. |STOP
  335. '------------
  336. |2010
  337. SAY
  338. "Ok, have it your way,
  339. "kill all your friends.
  340. "Then you'll probably have
  341. "to order a hint book to
  342. "finish the game.
  343. |STOP
  344. '------------
  345. |2011
  346. SAY
  347. ""
  348. "The bars on this sewer
  349. "grate look a little weak.
  350. ""
  351. |STOP
  352. '------------
  353. |2012
  354. SAY
  355. ""
  356. "Use your ~1Electric Saw~0!
  357. "I will power it with my...
  358. "uhh...my...
  359. "Omnipotent Odin-ness!
  360. for t=1 to 50
  361.   sound @swish
  362.   pause 3
  363. next
  364. itemtake
  365. placetile 109,129,221
  366. sound @door
  367. |STOP
  368. '-------
  369. |33003
  370. run 1000
  371. |STOP
  372. '------------
  373. |109003
  374. if @flag13=1 then goto FLAGON
  375. SAY
  376. "It's a shame they caught
  377. "you, young man...
  378. ""
  379. "You say you're here to
  380. "defeat ~2Loki~0?
  381. "In that case, let me help
  382. "you. I have been scratching
  383. "around this sewer grate
  384. "for months now, and I have
  385. "finally broken it loose.
  386. ""
  387. "However, I am too scared
  388. "to go down there, so I have
  389. "never left.
  390. ""
  391. "Just go down this hole
  392. "and you'll come up on
  393. "the edge of town.
  394. ""
  395. "Good luck against ~2Loki~0!
  396. placetile 109,21,220
  397. sound @door
  398. setflag 13
  399. end
  400. FLAGON:
  401. SAY
  402. ""
  403. "No way am ~1I~0 going down
  404. "that hole!
  405. ""
  406. |STOP
  407. |109010
  408. if @FLAG12=1 then goto FLAGON
  409. if @FLAG11=1 then goto FLAGON
  410. if @ITEM=6 then goto GOTBRACE
  411. goto DEFAULT
  412.  
  413. GOTBRACE:
  414. SAY
  415. ""
  416. "My bracelet!  You took this
  417. "from the guard shack.  You
  418. "must be on our side!
  419. ""
  420. "My name is ~1Ilidia~0.
  421. "~2Loki~0 imprisoned me to get
  422. "at my husband, who is the
  423. "leader of the Rebellion.
  424. ""
  425. "His name is ~1Markus~0. If you
  426. "find him, the password is
  427. "~1SASAFRASS~0.  He may know
  428. "someone who can help you.
  429. ""
  430. setflag 11
  431. itemtake
  432. end
  433. FLAGON:
  434. SAY
  435. ""
  436. "Did you find ~1Markus~0 yet?
  437. ""
  438. end
  439. DEFAULT:
  440. SAY
  441. "I don't know if I can
  442. "trust you yet.  Go and get
  443. "my bracelet from the guard
  444. "shack. They took it from me
  445. "when they put me in here.
  446. ""
  447. "If you will do this, then
  448. "that would prove that you
  449. "really are on our side and
  450. "I could help you.
  451. |STOP
  452. |109011
  453. SAY
  454. "Hi mister!
  455. "~2Loki~0 threw me in here
  456. "because I dropped my ice
  457. "cream cone on his foot.
  458. ""
  459. |STOP
  460. |63003
  461. a=1
  462. if @flag12=0 then goto loop
  463. if @flag17=1 then goto SEEN1
  464. SAY
  465. ""
  466. "Come on in!
  467. ""
  468. end
  469. SEEN1:
  470. SAY
  471. ""
  472. "Kinda spooky how I can be
  473. "in the house ~4AND~0 out here
  474. "at the same time, ain't it?
  475. ""
  476. end
  477. LOOP:
  478. if @flag11=1 then goto FLAGON
  479. ASK a,"What's the Password?",a
  480. "Sasquatch?"
  481. "Saskatchewan?"
  482. "Saspirilla?"
  483. "Nevermind"
  484. goto LAB1
  485. FLAGON:
  486. ASK a,"What's the Password?",a
  487. "Sasquatch?"
  488. "Saskatchewan?"
  489. "Saspirilla?"
  490. "Sasafrass?"
  491. LAB1:
  492. if a=0 then end
  493. if a=1 then goto ANS1
  494. if a=2 then goto ANS2
  495. if a=3 then goto ANS3
  496. if a=4 then goto ANS4
  497.  
  498. ANS1:
  499. SAY
  500. ""
  501. "Sorry...
  502. ""
  503. goto loop
  504. ANS2:
  505. SAY
  506. ""
  507. "Nice Try.
  508. ""
  509. goto loop
  510. ANS3:
  511. SAY
  512. ""
  513. "That was last week.
  514. ""
  515. goto loop
  516. ANS4:
  517. if @flag11=1 then goto ANS41
  518. SAY
  519. ""
  520. "No, that's not it either.
  521. ""
  522. "Oh, wait! You meant..
  523. "Ok I get it."
  524. end
  525. ANS41:
  526. SAY
  527. ""
  528. "Come on in!
  529. ""
  530. setflag 11
  531. placetile 63,88,224
  532. sound @door
  533. setflag 12
  534. |STOP
  535.  
  536. |63004
  537. run 101
  538. |STOP
  539. |93003
  540. SAY
  541. "Hi, I'm ~1Markus~0.
  542. "I am the leader of the
  543. "Rebellion. We have all
  544. "been praying for someone
  545. "like you to help us.
  546. ""
  547. "There are not many of us
  548. "and most of us are either
  549. "gutless or stupid, so we
  550. "need your help."
  551. setflag 17
  552. |STOP
  553. |93004
  554. SAY
  555. ""
  556. "~1It's Markus~0!
  557. "He's the leader of the
  558. "Rebell...
  559. ""
  560. "Oops, I thought you were
  561. "~2Loki.~0
  562. ""
  563. |STOP
  564. |93005
  565. SAY
  566. ""
  567. ""
  568. "I'm just the cook.
  569. ""
  570. ""
  571. "Would you like some Apple
  572. "Pine Downside-up Cake?
  573. |STOP
  574. |103003
  575. SAY
  576. ""
  577. "Do ya think that the Force
  578. "will be with us since
  579. "we're the Rebels?
  580. ""
  581. |STOP
  582. |103004
  583. SAY
  584. ""
  585. "~2Loki~0 put my little brother
  586. "in jail just for dropping
  587. "his ice cream cone!
  588. ""
  589. |STOP
  590. |83003
  591. SAY
  592. "Hi!  My name is ~1Nilford~0.
  593. "My daddy owns a tool shop
  594. "on the northwest side of
  595. "town.  His shop should be
  596. "opening about now.
  597. ""
  598. "If you ever need any tools,
  599. "go see him.
  600. ""
  601. placetile 40,185,224
  602. |STOP
  603. |83004
  604. SAY
  605. "My husband was thrown in
  606. "jail many months ago.
  607. "I long to see him again.
  608. |STOP
  609. |21009
  610. run 100
  611. |STOP
  612. |40003
  613. text
  614. "   ~3Woody's Tool Chest~0
  615. ""
  616. ""
  617. "    'Where the hammer
  618. "     meets the nail'
  619. |STOP
  620. |30003
  621. 'if @flag10=1 then goto FLAGON
  622. SAY
  623. "Here at Woody's we have
  624. "everything you need for
  625. "the home, office or local
  626. "rebellion.
  627. ""
  628. a=1
  629. r=0
  630. LOOP:
  631. ASK a,"What can I get for ya?",a
  632. "Hammer        - ~11~0 Jewel"
  633. "Chisel        - ~11~0 Jewel"
  634. "'C' clamp     - ~11~0 Jewel"
  635. "Screwdriver   - ~11~0 Jewel"
  636. "Tonic & Gin   - ~11~0 Jewel"
  637. "Electric Saw  - ~1500~0 Jewels"
  638. "Nothing       - ~10~0 Jewels"
  639. if a=0 then end
  640. if a=7 then end
  641. if a<6 then gosub SOLDOUT:goto loop
  642. if @flag14=1 then gosub SOLDOUT:goto loop
  643. if @jewels< 500 then gosub NOMONEY:goto loop
  644.  
  645. SAY
  646. ""
  647. "This just might be your
  648. "lucky day! I think I have
  649. "one of those left.........
  650. "..........................
  651. "..........................
  652. "Ah yes, here it is,
  653. "But I don't know where
  654. "you're going to plug it in.
  655. ""
  656. addjewels -500
  657. setflag 14
  658. itemgive 5
  659. sound @YAH
  660. end
  661. NOMONEY:
  662. SAY
  663. ""
  664. "Sorry, You don't have
  665. "enough jewels."
  666. ""
  667. return
  668.  
  669. SOLDOUT:
  670. b$="Sorry, we're sold out of"
  671. if r=0 then a$="that."
  672. if r=1 then a$="that, too."
  673. if r=2 then a$="that, also."
  674. if r=3 then a$="that, also too."
  675. if r>3 then b$="You don't catch on very":a$="quick, do you?"
  676. r=r+1
  677. SAY
  678. ""
  679. b$
  680. a$
  681. ""
  682. return
  683. |STOP
  684. |64005
  685. SAY
  686. "If you're going into the
  687. "village, watch out for
  688. "the ~2Red Guards~0. They will
  689. "throw you in jail for
  690. "almost anything!
  691. ""
  692. "You sure don't want to
  693. "end up there...
  694. "~1or do you~0?
  695. ""
  696. |STOP
  697. |82007
  698. run 101
  699. |STOP
  700. |70004
  701. run 101
  702. |STOP
  703. |41005
  704. run 101
  705. |STOP
  706. |51004
  707. run 101
  708. |STOP
  709. |61003
  710. run 101
  711. |STOP
  712. |61004
  713. run 101
  714. |STOP
  715. |61005
  716. run 101
  717. |STOP
  718. |61006
  719. run 101
  720. |STOP
  721. |61007
  722. run 101
  723. |STOP
  724. |81003
  725. text
  726. "    ~3Martha's Magic Mall~0
  727. ""
  728. " Double Coupons on Fridays
  729. |STOP
  730. |113003
  731. if @item=7 then goto HASIT
  732. if @flag15=1 then goto FLAGON
  733. SAY
  734. "So you want the ~1Skeleton
  735. "Key~0, do you? You think you
  736. "can defeat ~2Loki~0, eh?
  737. "Your fight with him does
  738. "not interest me, however...
  739. ""
  740. "I need a single ~1Mystic
  741. "Mushroom~0 for a spell.
  742. "Find it for me and you
  743. "may have the ~1Skelton Key~0.
  744. end
  745. HASIT:
  746. SAY
  747. "~1The Mystic Mushroom!~0
  748. "Here is your Skeleton Key.
  749. ""
  750. "Now go play with ~1Loki~0 if
  751. "you want, just leave me be.
  752. placetile 113,108,140
  753. sound @door
  754. setflag 15
  755. itemtake
  756. end
  757. FLAGON:
  758. SAY
  759. ""
  760. "~1I SAID, LEAVE ME BE!~0
  761. ""
  762. "You ~4asked~0 for this, buddy!
  763. ""
  764. ""
  765. "Nygfeld...Butreff...Negome
  766. "Phleemak...Urpsat..Hike!
  767. ""
  768. addhealth -150
  769. |STOP
  770. |72004
  771. TEXT
  772. "    ~1Ye Olde Guard Shack~0
  773. ""
  774. " Authorized Personnel Only
  775. |STOP
  776. |92003
  777. if @flag18=1 then goto FLAGON
  778.  
  779. SAY
  780. "~1Darla?~0 Oh, I thought you
  781. "might be my wife. she went
  782. "east of the village to
  783. "collect firewood for 
  784. "cooking.
  785. ""
  786. "I would have gone but I've
  787. "got this bad back, you see.
  788. "I can't lift anything over
  789. "5 pounds.
  790. ""
  791. "The doctors say there's
  792. "nothing wrong with me,
  793. "but I know there is.
  794. ""
  795. "Anyway, she had better be
  796. "back soon. My stomach is
  797. "starting to growl and she
  798. "has the key to the pantry.
  799. placetile 56,66,174
  800. end
  801. FLAGON:
  802. SAY
  803. "~1WHAT!~0 Well, what does she
  804. "expect me to eat...a couple
  805. "of pop-tarts? I'm a meat
  806. "and potatoes man!
  807. ""
  808. "Keep the silly key, I need
  809. "REAL food!
  810. ""
  811. |STOP
  812. |56004
  813. if @flag18 = 1 then goto FLAGON
  814. SAY
  815. "My husband is mad at me?
  816. ""
  817. "I have only managed to cut
  818. "down this one tree so far.
  819. "I need much more than that.
  820. "Can you bring this key
  821. "to him so he can eat
  822. "something out of the
  823. "pantry to tide him over
  824. "until I return?
  825. setflag 18
  826. addkeys 1
  827. sound @YAH
  828. end
  829. FLAGON:
  830. SAY
  831. ""
  832. "I am still looking for
  833. "firewood.
  834. ""
  835. |STOP
  836. |31003
  837. SAY
  838. "~1Guards! Guards! Help!~0
  839. ""
  840. "There's a strange man
  841. "in my house!
  842. ""
  843. visible 1
  844. visible 2
  845. |STOP
  846. |64006
  847. TEXT
  848. "    ~3Welcome To Lokisburg~0
  849. ""
  850. " Have a pleasant stay, but
  851. " remember these few rules:
  852. ""
  853. SAY
  854. "~1NO~0 Cussing
  855. "~1NO~0 Smoking
  856. "~1NO~0 Spitting
  857. "~1NO~0 Jaywalking
  858. "~1NO~0 Speeding
  859. "~1NO~0 Rebellions
  860. "~1NO~0 Kissing Your Mother
  861. "   or Father 'Goodbye'
  862. "~1NO~0 Golden Apple Selling
  863. "~1NO~0 Door-to-Door Sales
  864. "~1NO~0 Drinking
  865. "~1NO~0 Unlicensed Pets
  866. "~1NO~0 Unauthorized Opinions
  867. "~1NO~0 People Taller Than
  868. "   Sixteen Pixels
  869. "~1NO~0 Bad, Inside Jokes
  870. "~1NO~0 Dropping Ice Cream
  871. "   On the Governor's Foot
  872. "~1And especially,
  873. "~4NO Red Haired Thunder Gods!
  874. |STOP
  875. |31005
  876. run 101
  877. |STOP
  878. |31004
  879. run 101
  880. |STOP
  881. |91012
  882. run 101
  883. |STOP
  884. |91013
  885. run 101
  886. |STOP
  887. |91016
  888. run 101
  889. |STOP
  890. |91014
  891. run 101
  892. |STOP
  893. |91017
  894. run 101
  895. |STOP
  896. |91015
  897. run 101
  898. |STOP
  899. |20003
  900. SAY
  901. "Ahh, mighty Thor!  Thank
  902. "goodness you're here!  I'm
  903. "afraid to go outside any
  904. "more!
  905. ""
  906. "~2Loki~0 is so mean, he once
  907. "shot a man just for snorin'.
  908. |STOP
  909. |85003
  910. SAY
  911. ""
  912. "Have you ever wondered
  913. "why all our houses are
  914. "shaped so funny?
  915. ""
  916. |STOP
  917. |111003
  918. SAY
  919. ""
  920. "Hee, hee, hee!
  921. ""
  922. |STOP
  923. |77014
  924. SAY
  925. "~1Hee, Hee, Hee!~0
  926. "So you made it this far,
  927. "did you? Well, ~2Loki~0 is in
  928. "the next room, so you'd
  929. "better be prepared!
  930. |STOP
  931. |52005
  932. TEXT
  933. ""
  934. "          ~3McLoki's~0
  935. ""
  936. "     Your Kind of Place
  937. ""
  938. |STOP
  939. |21010
  940. SAY
  941. "Welcome to McLoki's, the
  942. "best eatin' in town!
  943. "Today's special is Gruel
  944. "Loaf.  We also have a
  945. "vat of delicious Gruel
  946. "Stew left over from
  947. "yesterday!  I'm sorry we
  948. "have no entertainment for
  949. "your viewing pleasure.
  950. "We used to have a clown
  951. "that would come in and
  952. "entertain the children,
  953. "but he was arrested.
  954. |STOP
  955. |3
  956. SAY
  957. "You can destroy moveable
  958. "logs and blocks by pushing
  959. "them onto pegs and then
  960. "raising the peg.
  961. ""
  962. end
  963. "If you would have saved
  964. "your game before opening
  965. "all these doors, you could
  966. "have reloaded your game and
  967. "gotten this info for free!
  968. ""
  969. "Too late! Ha! Ha! Ha!
  970. ""
  971. |STOP
  972. |108003
  973. SAY
  974. "Welcome to ~1Ken's House
  975. "of Wonders~0.
  976. ""
  977. "If you survive your trip,
  978. "it will be well worth it!
  979. |STOP
  980. |11003
  981. SAY
  982. "Hmmm... that leaves..
  983. "x=3*(sqrt(!y*.37)^perk())
  984. "I got it!
  985. "Not everyone in this town
  986. "is an idiot.
  987. |STOP
  988. |82008
  989. SAY
  990. "Can't stop to talk right
  991. "now. We might get arrested.
  992. |STOP
  993. |71004
  994. SAY
  995. "~2Loki~0 lives right behind
  996. "this brick wall. Are you
  997. "going to beat him up?
  998. |STOP
  999. |50004
  1000. SAY
  1001. ""
  1002. "My dad was thrown in jail
  1003. "by ~2Loki~0, but he escaped
  1004. "through a sewer grate.
  1005. ""
  1006. "Sometimes he gets put in
  1007. "jail on purpose, so he can
  1008. "relay information to other
  1009. "rebels.
  1010. |STOP
  1011. |51005
  1012. SAY
  1013. "This is old lady ~1Melgahads~0
  1014. "place. She's really mean!
  1015. ""
  1016. "I think she likes ~2Loki~0
  1017. "being in charge!
  1018. |STOP
  1019. |53007
  1020. SAY
  1021. "~2Loki's~0 guards are very
  1022. "crude.  They constantly
  1023. "harass us, especially
  1024. "the women folk.
  1025. |STOP
  1026. |102003
  1027. SAY
  1028. "Hi, mister.
  1029. "Loki is so evil, he made
  1030. "all of us paint our roofs
  1031. "grey just to make the town
  1032. "look more gloomy.
  1033. |STOP
  1034. |106006
  1035. SAY
  1036. "~4Thank you, Thor.~0
  1037. ""
  1038. "The rebellion didn't stand
  1039. "a chance without your help!
  1040. |STOP
  1041. |106007
  1042. SAY
  1043. "Thank you so much for
  1044. "reuniting my wife and I!
  1045. |STOP
  1046. |106014
  1047. SAY
  1048. "We will never forget you!
  1049. |STOP
  1050. |106003
  1051. SAY
  1052. "I wanna be just like you
  1053. "when I grow up!
  1054. |STOP
  1055. |106010
  1056. SAY
  1057. "If you ever need any more
  1058. "~1Golden Apples~0, I can get
  1059. "'em for you ~4WHOLESALE~0!
  1060. |STOP
  1061. |106012
  1062. SAY
  1063. "Want to come over to
  1064. "my house for dinner?
  1065. |STOP
  1066. |106011
  1067. SAY
  1068. "~4Thanks, mister!~0
  1069. ""
  1070. "Wanna lick my ice cream
  1071. "cone?
  1072. |STOP
  1073. |106004
  1074. SAY
  1075. "~1Hee, Hee, Hee!~0
  1076. ""
  1077. "I knew you could do it,
  1078. "sonny!
  1079. |STOP
  1080. |106015
  1081. SAY
  1082. "I will never forget you,
  1083. "~1Thunder God!~0
  1084. |STOP
  1085. |106016
  1086. SAY
  1087. "Still kinda spooky,
  1088. "ain't it?
  1089. |STOP
  1090. |106009
  1091. SAY
  1092. "~4You're my hero!~0
  1093. ""
  1094. "They should make a comic
  1095. "book about you!
  1096. |STOP
  1097. |106005
  1098. SAY
  1099. "Thank you for freeing
  1100. "me from prison!
  1101. |STOP
  1102. |106013
  1103. SAY
  1104. "I made you a cake for
  1105. "your long journey home!
  1106. |STOP
  1107. |106008
  1108. SAY
  1109. "The game is over...
  1110. "You won!
  1111. |STOP
  1112. |119007
  1113. run 100
  1114. |STOP
  1115. |48003
  1116. run 100
  1117. |STOP
  1118. |EOF