Variable mechanics are special mechanics that utilize variables. They can target entities, locations, or nothing, but the target can affect the outcome depending on what scope you're using. For example, trying to get a target-scope'd variable will obviously fail if you're not targeting an entity.
Variable mechanics are special mechanics that utilize variables. They can target entities, locations, or nothing, but the target can affect the outcome depending on what scope you're using. For example, trying to get a target-scope'd variable will obviously fail if you're not targeting an entity.
...
@@ -42,8 +97,8 @@ Variable mechanics are special mechanics that utilize variables. They can target
...
@@ -42,8 +97,8 @@ Variable mechanics are special mechanics that utilize variables. They can target
| [SetVariable](/skills/mechanics/setvariable) | Initializes and sets a variable. |
| [SetVariable](/skills/mechanics/setvariable) | Initializes and sets a variable. |
| [SetVariableLocation](/skills/mechanics/setvariablelocation) | Sets a variable, whose value depends on the target location. |
| [SetVariableLocation](/skills/mechanics/setvariablelocation) | Sets a variable, whose value depends on the target location. |
| [VariableUnset](/skills/mechanics/variableunset) | Unsets the variable. |
| [VariableUnset](/skills/mechanics/variableunset) | Unsets the variable. |
| [VariableAdd](/skills/mechanics/variableadd) | Adds to a numeric variable. |
| [VariableAdd](/skills/mechanics/variableadd) | Adds to a variable. |
| [VariableSubtract](/skills/mechanics/variablesubtract) | Subtracts from a numeric variable. |
| [VariableSubtract](/skills/mechanics/variablesubtract) | Subtracts from a variable. |
| [VariableMath](/skills/mechanics/variablemath) | Lets you do calculations with numeric variables. |
| [VariableMath](/skills/mechanics/variablemath) | Lets you do calculations with numeric variables. |