ChatGames
  • Setup
  • Colors and HEX codes
  • Commands and permissions
    • Commands
  • Customizing the games
    • Game customization guide
    • Ranges
  • Placeholders
    • External (PAPI expansion)
  • Actions
    • Specification
    • Usage
    • Enum lists
  • Support
    • Links
  • Legal
    • End User License Agreement (EULA)
Powered by GitBook
On this page
  1. Customizing the games

Ranges

The plugin often uses ranges to limit words, to define boundaries of the random length of a generated sequence, or to represent a percentage of a prompt.

The plugin often uses ranges to limit words, to define boundaries of the random length of a generated sequence, or to represent a percentage of a prompt.

There are 3 major variations of ranges which you can use:

  • 2+ Two or more words/characters.

  • 10- Ten or less (1 - 10) words/characters.

  • 1-5 At least one, but not more than 5 words/characters.

Additionally, when representing a portion of a prompt (Fill In The Blanks or Complete The Term games), you are also allowed to define relative boundaries (min or max):

  • 50%+ 50% or more (50% - 100%).

  • 70%- 1% to 100%.

  • 50%-80% At least 50%, but not more than 80%.

PreviousGame customization guideNextExternal (PAPI expansion)

Last updated 2 years ago