Skip to main content

$inRange

Usage

Checks if a number is within a specified range.

Parameters

FieldDescription
numberThe number to check
minThe minimum value of the range (default: 0)
maxThe maximum value of the range (default: 100)

Example

<AoiClient>.addCommand({
name: "in_range",
code: `$replyMessage[$inRange[number;min;max]]`,
});