Conditions
Boolean branching and comparisons.
If
Two-way branch on a yes/no value.
In: Condition:Bool
Out: exec True, exec False
Image Detection.Found → If.Condition.
Compare Number
Compares two numbers with an operator (`=`, `!=`, `>`, `<`, `>=`, `<=`).
In: A:Float, Operator:String, B:Float
Out: Result:Bool
Compare(Confidence, >=, 0.8) → If.