@;@ RHP_name: A Random Hobbit (06/17/02) @;@ For: The L.O.R.D. Cavern v1.3c+ @;@ Written_by: Michael Everett @;@ Checkout scripts history at the bottom of this file. @;@@PROGRAM@ LORDCAVE @;@@VERSION@ 1.80 @;@@NAME@ A Random Hobbit v2.20 @;@PERCENT@ 85 @;@@SCRIPTVERSION 2.20 @SHOW@ `@A small Hobbit jumps from behind a rock! `@Try and talk to the Hobbit?`l @YESNO@ @##N `%You decide it best to kill the little pest. @VARIABLE1@ =EXPERIENCE%1 @EXPERIENCE@ +VARIABLE1 @END@ @##Y `@What would you like to talk to the Hobbit about? `9(`@E`9)`@xperience `9(`@C`9)`@harm `9(`@H`9)`@it Points @PROMPT@ ECH @##E @CLEAR@ `6You see the hobbit contemplating. . . @DELAY@ @DELAY@ @DELAY@ @RANDOM@ 2 @##1 @CLEAR@ `%I'm too tired to talk right now, maybe another time. @GOTO@ @#Leave @##2 @CLEAR@ `%Yes my son, I know much about experience... `%You absorb The Hobbit's every word. @VARIABLE1@ =EXPERIENCE%2 @EXPERIENCE@ +VARIABLE1 @GOTO@ @#Leave @##C @CLEAR@ `6You see the hobbit contemplating. . . @DELAY@ @DELAY@ @DELAY@ @RANDOM@ 3 @##1 @CLEAR@ `%I'm too tired to talk right now, maybe another time. @GOTO@ @#Leave @##2 @CLEAR@ `%I love this subject and you look `%as though you need my advice. `%You listen carefully to The Hobbit. @CHARM@ +LEVEL*3 @GOTO@ @#Leave @##3 @CLEAR@ `%There is nothing I could teach you on this subject, `%I am sorry my friend. @GOTO@ @#Leave @##H @CLEAR@ `6You see the hobbit contemplating. . . @DELAY@ @DELAY@ @DELAY@ @RANDOM@ 3 @##1 @CLEAR@ `%I'm too tired to talk right now, maybe another time. @GOTO@ @#Leave @##2 @CLEAR@ `%The Hobbit tells you how to `%fight longer while in battle. @HITPOINTS@ +LEVEL*20 @GOTO@ @#Leave @##3 @CLEAR@ `%There is nothing I could teach you on this subject, `%I am sorry my friend. @END@ @#Leave @END@ @;@ -=-=-=-=-= History =-=-=-=-=- @;@ 02/07/99, First public release @;@ 06/17/02, +Added Delay's before hobbit's reward is given @;@ *Corrected small spelling errors @;@ *Random Events WERE NOT random, now are. @;@ -Changed Chance of getting experience to 50% @;@ -Changed Hitpoints reward to 20 times level @;@ - = feature modification @;@ + = new options @;@ * = bug fixes @;@ 06/08/08: Rewrote all percentage statements. v2.05 @;@ Rewrote EXPERIENCE, CHARM and HITPOINTS formulas. @;@ 08/09/08: Added SHOW command to top of script. @;@ 09/04/09: Revised to use v2.15. @;@ 11/21/09: v2.20. Added SCRIPTVERSION statement. @;@ 11/30/09: Changed VERSION to 1.80. No SCRIPTVERSION change.