Skip to content

Middle Nodes

Dizy edited this page Apr 17, 2020 · 8 revisions

Middles nodes filter values in many ways, use them to modify bonuses and mulipliers of the options.

And

This is a basic AND door, if the two input values are true then the output value is true.

Or

This is a basic OR door, if one of the two input values is true then the output value is true.

Not

This is a basic NOT door, if the input value is true then the output value is false.

Is Equal

If the two input objets are the same then the output value is true.

Is Null

If the input object is null the output value is true.

Clone this wiki locally