Skip to main content

String Variable Nodes

String Variable Node
String Variable Node

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

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

The string variable node includes a text field 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.

String variable nodes have a single string value output, which returns the current value of the variable.