We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Purpose: Compares two values to see if they are not equal.
Syntax: isNotEqual var {value1} {value2}
var: A variable to hold the result of the comparison.
{value1}: A value to compare.
{value2}: A value to be compared with "value1".
Notes: "var" will be set to FALSE (0) if the values match, or TRUE (1) if they don't.
This command is used internally by the compiler. Its use is not recommended, use the "IF" macro instead.
Example:
Home
Getting Started
Features
What's New!
Scripting Reference
Pack 1 / 2 Reference
Public Script Reference
VS Code Extension
Using Bots
Mombot Reference
Zedbot Reference