Changes
Page history
wiki standardization
authored
Oct 21, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/ChangeParent.md
0 → 100644
View page @
058ef9f7
[
< Back to mechanic page
](
/Skills/Mechanics
)
## Description
Changes the parent of a bone to another bone.
## Attributes
| Attribute | Aliases | Description | Type | Default |
|-----------|---------------|----------------------|--------|---------|
| modelid | m, mid, model | Targeted model | String | |
| parent | p | The new parent bone | String | |
| child | c | The bone being moved | String | |
## Examples
```
yaml
Skills
:
-
model{m=Duck} @self ~onSpawn
-
changeparent{m=Duck;p=body;c=right_leg}
```
\ No newline at end of file