Skip to main content

Boolean Logic Nodes

Boolean Logic Node
Boolean Logic Node

Boolean logic nodes allow boolean logic operations to be performed during dialogue playback.

When reached via dialogue flow, the dialogue flow will continue based on the evaluated boolean value of the operation. If the value is true, dialogue flow will continue down the TRUE dialogue flow output path; otherwise, the dialogue flow will continue down the FALSE dialogue flow output path.

The boolean (true/false) value of these operations can optionally be sent on to another node by using the boolean output.

Each boolean logic node has one dialogue flow input, a boolean value input for each variable needed for the boolean logic operation, a boolean value output for the result of the operation, a TRUE dialogue flow output (for when the result is true), and a FALSE dialogue flow output (for when the result is false).