-
Notifications
You must be signed in to change notification settings - Fork 23
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.
This is a basic AND door, if the two input values are true then the output value is true.
This is a basic OR door, if one of the two input values is true then the output value is true.
This is a basic NOT door, if the input value is true then the output value is false.
If the two input objets are the same then the output value is true.
If the input object is null the output value is true.