High-Low Game

High-Low is a fun and simple guessing game. A random number between 1 and 100 is generated, and your challenge is to predict whether the next number will be higher or lower than the current one. :crystal_ball:

Import

:inbox_tray: highlowgame.sb (21.9 KB)

Setup the Game

:warning: Prerequisite: Ensure you have a working point system in your setup before using this script.
Suggested: Currency Core - StreamUP

  • Import the script into Streamer.bot.
    • Enable the commands.
    • Edit the sub-actions if needed.
  • Type !highlowsetup in chat to setup the game.

How to play

  1. Make Your Guess:
    • Type !high if you believe the next number will be higher. :arrow_up:
    • Type !equal to take a risk and try to get double points! But watch out! If you lose, it will cost you points! :arrow_up_down:
    • Type !low if you think the next number will be lower. :arrow_down:
  2. Game Outcome:
    • The Game generates a new number each guess.
    • Your guess is compared against the new number.
    • If your guess is correct, you earn points! :tada:
    • If your guess is incorrect, try again.
  3. Scoreboard:
    • Type !alltime to see the Top5 Alltime best players.
    • Type !session to see the Top5 best players of the actual session. (resets every SB restart)
    • Type !personalstats to see your personal detailed stats for alltime and session

Disclaimer: This script was collaboratively developed with community contributions and assisted by AI (ChatGPT & Gemini). It is provided “as-is” but i will try to help as good as i can.


Changelogs

v2

  • Now features !equal with a twist: Get double points for win, but lose normal wonPoints if you lose! (10% chance to win)
  • Fixed: Rare case script doesn’t respond and throw errors on initial setup.
  • Added a detailed Scoreboard for alltime, session and personal stats