Changes
Page history
Update SetSlotModel
authored
Oct 15, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/SetSlotModel.md
0 → 100644
View page @
f9a5e7e6
## Description
Sets the specified CustomModelData on the item on the specified slot
## Attributes
| Attribute | Aliases | Description | Default |
|----------------|-------------|---------------------------------------------------------|---------|
| model | m | The new CustomModelData | 0 |
| equipslot | slot, s | The slot of the item | HEAD |
## Examples
```
yaml
Skills
:
-
setSlotModel{m=3;slot=HAND} @self ~onUse
```
\ No newline at end of file