You are walking on a thin board. Your goal is to walk all across it without touching the floor. Succeeding depends all on you.
[[🦄 Let's do this!]]
[[Nah, I'm good]]You take a step:
What do you do?
[[Step with your foot facing sideways->Balance]]
[[Step with you foot facing forward->Balance]]
[[Step on your tippy toes->Balance]]Phsyche! You don't have an option.
[[Continue->🦄 Let's do this!]](set: $fortune to (random:1,3))
(if: $fortune is 1)[You lost balance and failed.(set: $failed to true)]
(elseif: $fortune is 2)[First step, so good!(set: $firststep to true)]
(elseif: $fortune is 3)[First step, so good!(set: $firststep to true)]
(if: $firststep is true)[[Next step]]]
(if: $failed is true)[[[Try again?->Home]]]
(set: $fortune to (random:1,3))
(if: $fortune is 1)[You lost balance and failed.(set: $failed to true)]
(elseif: $fortune is 2)[Still alive!(set: $firststep to true)]
(elseif: $fortune is 3)[Still alive!(set: $firststep to true)]
(if: $firststep is true)[[Next step->potato]]]
(if: $failed is true)[[[Try again?->Home]]]You take your second step.
What do you do?
[[Take a small step->alive]]
[[Take a normal step->alive]]
[[Take a big leap->alive]]This is your last step!
What do you do?
[[Try to fly->idk]]
[[Leap to the end->idk]]
[[Casually make a step->idk]](set: $fortune to (random:1,3))
(if: $fortune is 1)[You lost balance and failed.(set: $failed to true)]
(elseif: $fortune is 2)[Still alive!(set: $firststep to true)]
(elseif: $fortune is 3)[Still alive!(set: $firststep to true)]
(if: $firststep is true)[[Awesome job!->prize]]]
(if: $failed is true)[[[So close! Try again?->Home]]]By the way, I lied. That was not all up to you.
[[You wanna do it again?->Home]]