Skip to content

Inverted Condition

Nischhelm edited this page Feb 27, 2025 · 1 revision

Condition Type: Inverted

  • 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"}
}

Clone this wiki locally