$randomText

Picks one value from the provided values randomly.

Usage

$randomText[text;...]

Parameters

  • text (Type: String || Flag: Emptiable): The text to choose from. Separate different texts with ';'.

Example

$nomention
$randomText[Hello;Hi;Hey]!

example