Changes
Page history
added DetermineCondition
authored
Oct 23, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/pushbutton.md
0 → 100644
View page @
5d1a42d8
## Description
Pushes a button at the supplied coordinates.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| x | | The X coordinate of the button | 0 |
| y | | The Y 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
```
yaml
HitSecretButton
:
Skills
:
-
pushbutton{x=15;y=67;z=-213}
```
## Aliases
-
[x] buttonpush
<!--TAGS-->
<!--tag:World-->
\ No newline at end of file