Skip to main content

Boolean Variable Nodes

Bool Variable Node
Bool Variable Node

Boolean variable nodes are used to declare/create a boolean variable for use in other places in a dialogue.

You can retreive boolean variable values by using Get Variable nodes, or set their values using Set Variable nodes.

The boolean variable node includes a dropdown where you can set the initial value of the variable.

If you want the variable to be reset to the initial value each time the dialogue is entered, check the "Reset on Entry" toggle.

Boolean variable nodes have a single boolean value output, which returns the current value of the variable.