reverted dante authored by Lxlp's avatar Lxlp
============= ## Description
## Description:
Sets the sitting state of the target wolf. Sets the sitting state of the target wolf.
## Attributes:
| Attribute | Alias | Description | ## Attributes
| --------- | ----- | ----------- | | Attribute | Aliases | Description | Default |
| state | | The state the wolf is in. True = sitting and False = standing | |-----------|-----------|----------------------------------------------------------------------|---------|
| state | | The state the wolf is in. True = sitting and False = standing | |
## Examples:
## Examples
```yaml ```yaml
# Standing # Standing
- wolfSit{state=false} @self ~onInteract - wolfSit{state=false} @self ~onInteract
... ...
......