$checkCondition

Checks if given expression is true or false.

Usage

$checkCondition[Expression]

Example:

Member09/19/2023
!!exec $checkCondition[$username==Mido]

Custom Command Bot 09/19/2023
true

Example:

Member09/19/2023
!!exec $checkCondition[10<5]

Custom Command Bot 09/19/2023
false

To know more about expressions

Read about it here