Changes
Page history
Update furniturestate
authored
May 10, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/furniturestate.md
0 → 100644
View page @
bcbf9b67
## Description
Sets the casting Furniture's
[
State
](
/Furniture#furniture-states
)
as the specified one
## Attributes
| Attribute | Aliases | Description | Default Value |
|----------------|-------------|---------------------------------------------------------|---------------|
| state | | The name of the new state the Furniture should have | |
## Examples
```
yaml
FurnitureSkills
:
-
furniturestate{state=OPEN} @self ~onInteract ?furnitureState{s=CLOSED}
-
furniturestate{state=CLOSED} @self ~onInteract ?furnitureState{s=OPEN}
```
## Aliases
-
[x] furniturestate
\ No newline at end of file