@;@RHP_Name: The Prehistoric Pool @;@By Jason Brown @;@Maintained by Donald Tidmore @;@ Fidonet Email: 1:/123/450 @;@ Email: ktidmore@bellsouth.net, donald.tidmore@usa.net @;@ URL: http://camelot.legendarydragons.com/Scripts/ @;@@PROGRAM@ GATEWAY @;@@VERSION@ 1.80 @;@@NAME@ The Prehistoric Pool @;@@LIMIT@ 20 @;@@SCRIPTVERSION@ 1.25 @SHOW@ `#You exit the `@Gateway `#to find yourself in front of a `#bubbling, prehistoric pool. `#Should you approach it? `l @YESNO@ @##N @GOTO@ @#EXIT @##Y @#MAINMENU @CLEAR@ `3The Prehistoric Pool `3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3-`!=`3- @;@ v Max length (1 colorcode) `7The pool bubbles and boils with its volcanic, prehistoric heat. `7Who knows what could be in there... `@(`!L`@) `%Lean over the Pool `@(`!D`@) `%Drink from the Pool `@(`!J`@) `%Jump into the Pool `@(`!V`@) `%View your Stats `@(`!R`@) `%Run back to the `#Gateway! @PROMPT@ RLDJVQ @##R @##Q @GOTO@ @#EXIT @##V @STATS@ @GOTO@ @#MAINMENU @##L @IF@ USER1=0 @GOTO@ @#BEGINL `7You couldn't stand doing that again today. @MORE@ @GOTO@ @#MAINMENU @#BEGINL @RANDOM@ 4 @##1 @##2 `3The pool just sits there and bubbles. It also smells bad. @MORE@ @GOTO@ @#ENDL @##3 `7The pool spits in your face. The hot water makes you jump `7back and you drop `@all `7of your `%Gold `7in the pool! @VARIABLE1@ =GOLD*1 `#You just lost `$@*@GOLD@*@ `%Gold Coins! @GOLD@ =0 @MORE@ @GOTO@ @#ENDL @##4 `7You look in, and near your position, you see a diamond. You `7reach in and pull it out... `7Wow! This could be worth something! @GEMS@ +1 @MORE@ @GOTO@ @#ENDL @#ENDL @USER1@ =1 @GOTO@ @#MAINMENU @##D @IF@ USER2=0 @GOTO@ @#BEGIND `7You'd rather not drink more than you need too... @MORE@ @GOTO@ @#MAINMENU @#BEGIND @RANDOM@ 2 @##1 `7You take a big gulp of the bubbling liquid. Tastes strange... `7All of the sudden, you feel like you're on fire! You fall over, `7and don't get back up... @VARIABLE1@ =HITPOINTS*1 @HITPOINTS@ =0 `0 You lose `#@*@VARIABLE1@*@ `%Hit-Points! `!You just got `@killed! `0 You now have `$@*@HITPOINTS@*@ `%Hit-Points. @NEWS@ `# @*@NAME@*@ `#disappeared into the `@Gateway`@, but did not return...`@. `%The poor fool drank hot lava, and got `@KILLED `%today! @NEWSLINE@ @NEWSEND@ @;@ 08/06/07. added NewsEnd command line. @KILL@ @##2 `7You take a small sip of the steaming liquid... `7You feel much stronger!!! @VARIABLE1@ =STRENGTH%15 @STRENGTH@ +VARIABLE1 @USER2@ =1 @MORE@ @GOTO@ @#MAINMENU @##J @IF@ USER3=0 @GOTO@ @#BEGINJ `7You don't need a bath right now. @MORE@ @GOTO@ @#MAINMENU @#BEGINJ @RANDOM@ 2 @##1 `7You take a big leap into the Pool... `7And immediately jump back out! Damn that's hot! `7You're burnt all over! @VARIABLE1@ =HITPOINTS @VARIABLE2@ =VARIABLE2-1 `#You just lost `$@*@VARIABLE2@*@ `%Hit-Points! @HITPOINTS@ =1 @MORE@ @GOTO@ @#ENDJ @##2 `7You wade in. Feels nice... in fact, it completely `$HEALS `7you! @HEAL@ @MORE@ @GOTO@ @#ENDJ @#ENDJ @USER3@ =1 @GOTO@ @#MAINMENU @#EXIT `#You re-enter `@The Gateway `#and are transported back to `#your own time... @END@ @;@ 06-04-2003. Revised menu key codes to be more visible. @;@ 07-01-2003. Added support for Q to quit script. @;@ July 2003: Dark colors used according to Jason's preferences. @;@ 11/07/2003. Placed version number on ScriptVersion line. @;@ 12/08/2004: Added RHP_Name coding to top line. @;@ 08/06/07: v1.14. Added missing NEWSEND command line. @;@ 08/06/07: Added "The poor fool ..." line. @;@ 02/19/09 v1.16. Added SHOW command to start of script. @;@ Script tested using new RHPTEST2.EXE utility. @;@ Fixed problems with STRENGTH, GOLD, and KILL codes usage. @;@ 02/23/09: fixed some coding errors. @;@ 11/02/09: Rewrote during testing of Gateway.exe v1.31 Beta. @;@ Script changed to v1.20. @;@ 11/23/09: Verified script works with GATEWAY.EXE v1.33+ betas. @;@ 11/30/09: Changed VERSION to 1.80. Use Script Version 1.25.