Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/wolfsit.md
View page @
eef3f294
=============
## Description:
## Description
Sets the sitting state of the target wolf.
## Attributes:
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| state | | The state the wolf is in. True = sitting and False = standing |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| state | | The state the wolf is in. True = sitting and False = standing | |
## Examples:
## Examples
```
yaml
# Standing
-
wolfSit{state=false} @self ~onInteract
...
...
...
...