You find yourself on the floor of a dense forest, your arms imprinted with the lines formed from the ground and no memory of how you have gotten here. Your only emotion is desire. You must collect Dabloons.
You spot a trail not to far from where you woke. In one direction, it heads deeper into the bushes and darkening leaves. In the other, an opening can be seen not too far off, possibly a way out.
[[Continue deeper into the forest->forest]]
[[Attempt to leave->leave]]
(set: $dabloons to 0)You trek up the path towards the beams of light for what feels like an eternity before reaching the final wall of trees and branches.
You take a step into the open before realising there is nothing below your foot. Upon finding your almost lost balance, you can finally see your reality. There is no land beyond the forest, nothing but a void. The void echoes "daloons" in a feint voice that scrapes at your bones.
There is only one thing you can do.
[[Return to the forest->forest]](set: _random to (random:1,16))
(if: _random < 12)[
(goto:"find nothing")
](else-if: _random < 14)[
(goto:"robbed")
](else-if: _random < 17)[
(goto:"forest")
]
Dabloons counter: $dabloons
You continue walking, somehow the forst grows even darker than before, but your want, your purpose, it calls you.
[[Continue->walk]]Dabloons counter: $dabloons
<img src="https://cdn.discordapp.com/attachments/1025085105271750719/1045796536820453488/image.png">
You encountered a Dabloons cat! You received 4 dabloons!
(set: $dabloons to $dabloons + 4)
[[Continue Walking->walk]]Dabloons counter: $dabloons
<img src="https://cdn.discordapp.com/attachments/1025085105271750719/1045801232121462944/image.png">
You encountered an evil dabloon cat! They stole 4 of your dabloons and kicked you in the nuts.
(set: $dabloons to $dabloons - 4)
[[Continue->walk]]
↶↷You find yourself on the floor of a dense forest, your arms imprinted with the lines formed from the ground and no memory of how you have gotten here. Your only emotion is desire. You must collect Dabloons.
You spot a trail not to far from where you woke. In one direction, it heads deeper into the bushes and darkening leaves. In the other, an opening can be seen not too far off, possibly a way out.
Continue deeper into the forest
Attempt to leave