XOR
A XOR Operator (triOpXor) is a truth-functional operator of exclusive disjunction; the XOR of two Triggers is true if and only previous Triggers values differ (one is true, the other is false).
![](https://golaem.com/sites/default/files/TriOp_XOR.png)
An XOR Operator item in the Trigger Editor
Note that using XOR operator with more than 2 Triggers directly connected as previous Triggers will display a warning and return true if one, and only one, condition is true.
Creation
-
Behavior Editor / Trigger Library:
- Golaem Menu: Crowd Triggers / Operators / CrowdTriOp Xor Node
- MEL command: glmCrowdTriOpXorCmd;