Skip to content

Modify State Node

The modify node allows you to create a variable and set its value. In the first box write the name of your variable in plain text and in the second box determine what value that variable should be set to.

Modify State
Variable The name of the variable
Value The value of the variable

Variables can be used in other nodes by encasing the variable name in {curly brackets}. Variables can be used in most of the text input fields including in Say-, Display- and Condition-nodes. A variable value can either be a string, boolean or a number.

example

To store a string value, it needs to be enclosed with quotes:

example with string