Variable represents an element that can modify a variable during an Action Sequence.
| Name | Explanation | Type |
|---|---|---|
| Operand | The operand to apply on the target. | Variable or Value |
| Operation | The operation to perform on the variable. | Operator |
| Target | The variable to update. | Variable |
| Blocking | Whether or not the action sequence element is blocking the next element from being performed. | Toggle |
| Starting Time | The time to start the sequence element at, in milliseconds. | Number |