Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/wolfsit.md
View page @
eef3f294
=============
## 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
...
...
...
...