Local Variables
Create Variable

Creates a local variable. Local variables can only be used within the current block editor and can be used for purposes such as temporarily storing values.
Set Variable Value

Sets a value to a local variable.
- Input [Type]: Value to set in variable [All Types]
- Output [Type]: None
Get Variable Value

Gets the value stored in a local variable.
- Input [Type]: None
- Output [Type]: Variable value [All Types]
Change Variable by Number

Reads the value stored in a local variable, adds the input number to it, and stores the result back in the local variable. Entering a negative number performs subtraction.
- Input [Type]: Value to add [Number]
- Output [Type]: None