-
Notifications
You must be signed in to change notification settings - Fork 1
Inverted Condition
Nischhelm edited this page Feb 27, 2025
·
1 revision
- Condition, required, the condition to invert
This condition inverts a provided condition. So if that condition would return true, this condition will return false and vice-versa, like a NOT operator.
Example, checking for non-boss:
"Condition": {
"Condition Type": "Inverted",
"Condition": {"Condition Type": "Is Boss"}
}