added VariableMove authored by Lxlp's avatar Lxlp
...@@ -327,6 +327,7 @@ by these will "inherit" the targets (if applicable). ...@@ -327,6 +327,7 @@ by these will "inherit" the targets (if applicable).
| [SetVariableLocation][] | Sets a variable to the target location | | [SetVariableLocation][] | Sets a variable to the target location |
| [VariableUnset][] | Unsets the variable | | [VariableUnset][] | Unsets the variable |
| [VariableSubtract][] | Subtracts an amount from a numeric variable | | [VariableSubtract][] | Subtracts an amount from a numeric variable |
| [VariableMove][] | Moves an already created variable across names and/or registries |
| [Wait][] | Puts the metaskill on hold until a set of conditions is met | | [Wait][] | Puts the metaskill on hold until a set of conditions is met |
...@@ -667,6 +668,7 @@ but not yet ready for use. ...@@ -667,6 +668,7 @@ but not yet ready for use.
[SetVariableLocation]: /skills/mechanics/setvariablelocation [SetVariableLocation]: /skills/mechanics/setvariablelocation
[VariableUnset]: /skills/mechanics/variableunset [VariableUnset]: /skills/mechanics/variableunset
[VariableSubtract]: /skills/mechanics/variablesubtract [VariableSubtract]: /skills/mechanics/variablesubtract
[VariableMove]: /skills/mechanics/VariableMove
[Terminable]: /skills/mechanics/terminable [Terminable]: /skills/mechanics/terminable
[OnBlockBreak]: /skills/mechanics/onblockbreak [OnBlockBreak]: /skills/mechanics/onblockbreak
[OnBlockPlace]: /skills/mechanics/onblockplace [OnBlockPlace]: /skills/mechanics/onblockplace
... ...
......