[Command] sneakGame

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

sneakGame()


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
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply