Changes
Page history
Fixed typo
authored
Feb 25, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Variables.md
View page @
b216e539
...
@@ -47,7 +47,7 @@ Variable mechanics are special mechanics that utilize variables. They can target
...
@@ -47,7 +47,7 @@ Variable mechanics are special mechanics that utilize variables. They can target
| Mechanic | Description |
| Mechanic | Description |
|--------------------------------------------------------|--------------------------------------------------|
|--------------------------------------------------------|--------------------------------------------------|
|
[
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
to
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 numeric variable. |
|
[
VariableSubtract
](
/skills/mechanics/variablesubtract
)
| Subtracts from a numeric variable. |
|
[
VariableSubtract
](
/skills/mechanics/variablesubtract
)
| Subtracts from a numeric variable. |
...
...
...
...