Custom Command
FunctionsUseful Functions

$spread

spreads text as arguments inside functions

Usage

$spread[separator (optional, default: ,);data to spread]

Example:


!!exec Your color is $randomtext[$spread[,;Blue,Yellow,Green]]

Your color is Yellow

Function difficulty: Medium

Tags: Data Spread Arguments

On this page