Skip to main content

MiniGameStart

Callable

  • MiniGameStart(GameType: Chess | ChestLockpick | ClubCard | ClubCardBuilder | DojoStruggle | GetUp | HorseWalk | Kidnap | KinkyDungeon | Lockpick | MagicBattle | MagicPuzzle | MaidCleaning | MaidDrinks | PlayerAuction | PuppyWalker | RhythmGame | SlaveAuction | Tennis | Therapy | WheelFortune, Difficulty: string | number, ReturnFunction: string): void

  • Starts a given mini game at a set difficulty and keeps


    Parameters

    • GameType: Chess | ChestLockpick | ClubCard | ClubCardBuilder | DojoStruggle | GetUp | HorseWalk | Kidnap | KinkyDungeon | Lockpick | MagicBattle | MagicPuzzle | MaidCleaning | MaidDrinks | PlayerAuction | PuppyWalker | RhythmGame | SlaveAuction | Tennis | Therapy | WheelFortune

      Name of the mini-game to launch

    • Difficulty: string | number

      Difficulty Ration for the mini-game

    • ReturnFunction: string

      Callback name to execute once the mini-game is over

    Returns void

    • Nothing