Skip to content

Variables Blocks

SittingFox edited this page Feb 21, 2015 · 1 revision

Variable Blocks

The blocks here are for creating and using variables within a spell.

Set Variable

Set Variable

Set Variable, filled with number

var variable;
variable = 0;

Set Variable, filled with boolean

var variable;
variable = true;

Set Variable, filled with string

var variable;
variable = 'string';

Variable

Variable

item

Clone this wiki locally