added wait mechanic authored by Lxlp's avatar Lxlp
...@@ -321,6 +321,7 @@ by these will "inherit" the targets (if applicable). ...@@ -321,6 +321,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 |
| [Wait][] | Puts the metaskill on hold until a set of conditions is met |
# Universal Attributes # Universal Attributes
...@@ -661,4 +662,5 @@ but not yet ready for use. ...@@ -661,4 +662,5 @@ but not yet ready for use.
[OnInteract]: /skills/mechanics/oninteract [OnInteract]: /skills/mechanics/oninteract
[OnJump]: /skills/mechanics/onjump [OnJump]: /skills/mechanics/onjump
[OnDeath]: /skills/mechanics/ondeath [OnDeath]: /skills/mechanics/ondeath
[Switch]: /skills/mechanics/Switch [Switch]: /skills/mechanics/Switch
\ No newline at end of file [Wait]: /skills/mechanics/Wait
\ No newline at end of file