You are in a room with a monster.
The monster says "I'll let you out, if you play a game with me"
[[Looks like you don't have a choice->roll]](set: $die to (random: 1, 6))
The monster goes into the back of the cave and pulls out a huge six-sided die. "If I roll a one, you win. Otherwise you lose".
He rolls the massive die. It shows a $die
(if: $die is 1)[
[[You rolled a one!->one]]
](else:)[
[[Oh no. It was a $die->notOne]]
]You win! This was really fun!
[[try again->start]]You lose. You have to [[roll]] again.