Update pushbutton authored by Lxlp's avatar Lxlp
...@@ -8,6 +8,7 @@ Pushes a button at the supplied coordinates. ...@@ -8,6 +8,7 @@ Pushes a button at the supplied coordinates.
| x | | The X coordinate of the button | 0 | | x | | The X coordinate of the button | 0 |
| y | | The Y coordinate of the button | 0 | | y | | The Y coordinate of the button | 0 |
| z | | The Z coordinate of the button | 0 | | z | | The Z coordinate of the button | 0 |
| location | loc, l | Location of the action, in a `x,y,z` syntax. If set, other attributes are ignored | |
## Examples ## Examples
...@@ -16,3 +17,7 @@ HitSecretButton: ...@@ -16,3 +17,7 @@ HitSecretButton:
Skills: Skills:
- pushbutton{x=15;y=67;z=-213} - pushbutton{x=15;y=67;z=-213}
``` ```
## Aliases
- [x] buttonpush
\ No newline at end of file