You've heard of treasure in a cave to the south. You venture there, hoping to find riches beyond your wildest dreams. As you reach the mouth of the cave however, you hear the rustling of footsteps and an ominous feeling washes over you. You recall a rumor you heard at the tavern, about a foul creature who lives in this cave and guards the treasure. Do you dare to enter? [[Enter->A]] [[Fuck that->Thanks for playing]]You make the smart choice and go home. **(text-colour:green)[YOU WIN!]** Thanks for playing! [[Restart->Cover Art]]{ (display: "Player HP") (display: "Monster") (display: "Treasure") (if: (random: 1,2) is 1)[ (set: $description to "Narrow Passage") ] (else:)[ (set: $description to "Dark Cave") ] } [[$description->B]]{ (display: "Player HP") (display: "Monster") (display: "Treasure") (if: (random: 1,2) is 1)[ (set: $description to "Underground Lake") ] (else:)[ (set: $description to "Dark Cave") ] } [[$description->A]]{{ (if: $attackNumber is 0)[ (set: $attackNumber to 6) ] (set: $attackNumber to $attackNumber - 1) (set: $chance to (random: 1, $attackNumber) ) } (if: $chance is 1)[ The monster attacks! You lose 1 HP! (set: $attackNumber to 0) (set: $playerHP to $playerHP - 1) (if: $playerHP is 0)[ (stop:) (go-to: "You Died")] ] }{{ (if: $playerHP is 0)[ (set: $playerHP to 6) ] } { (if: $playerHP is 6)[HP: (text-colour:red)[♥♥♥♥♥♥] ] } { (if: $playerHP is 5)[HP: (text-colour:red)[♥♥♥♥♥♡] ] } { (if: $playerHP is 4)[HP: (text-colour:red)[♥♥♥♥♡♡] ] } { (if: $playerHP is 3)[HP: (text-colour:red)[♥♥♥♡♡♡] ] } { (if: $playerHP is 2)[HP: (text-colour:red)[♥♥♡♡♡♡] ] } { (if: $playerHP is 1)[HP: (text-colour:red)[♥♡♡♡♡♡] ] } { (if: $playerHP is 0)[HP: (text-colour:red)[♡♡♡♡♡♡] ] } }(text-colour:red)[♡♡♡♡♡♡] The monster attacks you and you fall to the ground. **(text-colour:red)[YOU DIED!]** Thanks for playing! [[Restart->Cover Art]]{{ (if: $exploreNumber is 0)[ (set: $exploreNumber to 20) ] (set: $exploreNumber to $exploreNumber - 1) (set: $treasurechance to (random: 1, $exploreNumber) ) } (if: $treasurechance is 1)[ You found the treasure! (set: $exploreNumber to 0) (if: $exploreNumber is 0)[ (stop:) (go-to: "You Found It")] ] }You searched the cave and finally found it! **(text-colour:yellow)[YOU FOUND THE TREASURE!]** But... [[But what?]]But the monster found *you*! **(text-colour:red)[YOU DIED!]** Thanks for playing! {(set: $playerHP to 0) [[Restart->Cover Art]] }<img src='https://cdn.discordapp.com/attachments/942224466379931698/1074061690758508656/image.png' width="315" height="315"> **(text-colour:yellow)[The Cave](set: _style to (text-style:"buoy"), $word to "The Cave")(enchant:$word, _style)** *by Cory* [[Press Start->Start]] <a href='https://www.youtube.com/InstructorCory?sub_confirmation=1' target='blank'>Subscribe to my YouTube Channel</a>