@;@ RHP_name: Dude With A Joint @;@ For: The Outlands Tavern v1.61+ @;@ Written_by: Gary Hartzell @;@@PROGRAM@ OUTLANDS @;@@VERSION@ 1.8 @;@@NAME@ Dude With a Joint @;@@SCRIPTVERSION@ 2.00 @SHOW@ `0A strange dude staggers over to you. He offers you a hit from his `0joint. Do you take a hit? `l @YESNO@ @##N `0 `0"My mama always told me to just say no," you explain to the guy. He `0shrugs and walks away. @END@ @##Y `0 `0You take a hit from the dude's joint... @MORE@ @RANDOM@ 7 @##1 @##5 `0 `0and nothing happened. Must have been some lousy stuff. @END@ @##2 `0 `0You feel more powerful! (Although, you could use a nap!) @STRENGTH@ +3 @end@ @##3 `0 `0You feel like nothing can slow you down! (And you have the munchies!) @hitmax@ +5 @defence@ +5 @end@ @##4 `0 `0You don't feel so well. You faint dead away! `0You wake up later with a crowd of people staring down at you. Man, do `0you feel like an ass! @VARIABLE1@ =HITPOINTS/10 @hitpoints@ =VARIABLE1 @charm@ -3 @end@ @##6 `0You feel in the fightin' mood! (And, you got the munchies!) @forest@ +2 @end@ @##7 `0 `0You feel like you know everything! (you're just really high!) @if@ level<7 @experience@ +LEVEL*50 @if@ level>6 @experience@ +LEVEL*250 @end@ @;@ 06/07/08. Fixed glitch with use of LEVEL command. @;@ 07/03/08: Fixed glitches in math statements. @;@ 07/03/08: Added ScriptVersion tag. Changed to v2.00. @;@ 07/03/08: Changed VERSION tag to 1.8. Added SHOW statement. @;@ 07/03/08: Fixed error with "lose 10% Hitpoints" code.