@;@ RHP_name: The Strange Shiny Thing @;@ Written_by: Jason Brown @;@ Maintained by Donald Tidmore @;@ This is included so your users have an extra Random Happening. @;@@PROGRAM@ OUTLANDS @;@@VERSION@ 1.80 @;@@NAME@ The Strange Shiny Thing @;@@SCRIPTVERSION@ 1.20 @SHOW@ `%You are currently a `!Level `$@*@LEVEL@*@ `%player. [03/25/08] `3You look around, and in the back of the room you `3see a strange looking shiny object. `3Pick it up?`l @YESNO@ @##Y `3You walk over and find `l @RANDOM@ 4 @##1 @##2 `%a piece of tin foil. `3You throw the piece of foil away and scowl. @GOTO@ @#ENDING @##3 `%some Gold coins! `3Not much, but it helps. @;@ Adds Game Level*10 gold. @GOLD@ +LEVEL*10 @GOTO@ @#ENDING @##4 `%a pile of Gems! `3Wow, what a find! @;@ Adds Game Level*5 gems. @GEMS@ +LEVEL*5 @GOTO@ @#ENDING @##N `3You decide you'd rather pay attention to your beer. @END@ @#ENDING `3You return to your seat and act like nothing happened. @END@ @;@ v1.12 03/14/08 rewrite based upon new RHP Code Library. @;@ Edited all GOLD and GEMS statements. 03/14/08. @;@ v1.14 03/25/08. Worked on GOLD & Gems statements. @;@ All code statements in script are working properly. @;@ Minor editing 04/04/08. @;@ Color code editing 08/09/08. @;@ 11/07/08. v1.15. Fixed some coding errors. @;@ 10/10/09. used v1.20 @;@ 11/30/09: Changed VERSION to 1.80. No SCRIPTVERSION change.