added FurnitureVariableSet mechanic authored by Lxlp's avatar Lxlp
...@@ -49,6 +49,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -49,6 +49,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [FurnitureState] | Sets the casting Furniture's state | | [FurnitureState] | Sets the casting Furniture's state |
| [OpenFurniturePainter] | Opens the furniture's painter for the target player | | [OpenFurniturePainter] | Opens the furniture's painter for the target player |
| [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location | | [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location |
| [FurnitureVariableSet] | Set a variable on the target furniture entity |
## Gun Mechanics ## Gun Mechanics
...@@ -93,6 +94,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -93,6 +94,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[FurnitureState]: /Skills/Mechanics/furniturestate [FurnitureState]: /Skills/Mechanics/furniturestate
[OpenFurniturePainter]: /Skills/Mechanics/OpenFurniturePainter [OpenFurniturePainter]: /Skills/Mechanics/OpenFurniturePainter
[PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt [PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt
[FurnitureVariableSet]: /Skills/Mechanics/FurnitureVariableSet
[ConsumeAmmo]: Skills/Mechanics/ConsumeAmmo [ConsumeAmmo]: Skills/Mechanics/ConsumeAmmo
[GiveAmmo]: Skills/Mechanics/GiveAmmo [GiveAmmo]: Skills/Mechanics/GiveAmmo
... ...
......