Changes
Page history
Create /skills/mechanics/wolfsit
authored
Mar 25, 2021
by
Akim91
Show whitespace changes
Inline
Side-by-side
skills/mechanics/wolfsit.md
0 → 100644
View page @
35ba32e2
Sets the sitting state of the target wolf.
**Attributes**
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| state | | The state the wolf is in. True = sitting and False = standing |
**Examples**
```
# Standing
- wolfSit{state=false} @self ~onInteract
```
```
# Sitting
- wolfSit{state=true} @self ~onInteract
```
\ No newline at end of file