USE:
Show a sneak game.
This mini-game is similar to the "Minesweeper" game
TYPE: Command, Ref
RETURNS: Mini game
THEME: Minigame
COMPARE:
EXAMPLE:
Code: Select all
"What should I do now?"
0:: "Peep"
1:: "Leave it"
If 0
perversion += 1
SneakGame()
If Random(0, 100) < sneak
"Luckily, they forgot to lock the door behind them, leaving me an easy opening to have a peek."
Else
"Unfortunately, they locked the door ...."
Endif
Endif