Changes
Page history
wiki standardization
authored
Oct 21, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Modeling/Scriptable-Keyframes.md
View page @
058ef9f7
...
...
@@ -34,14 +34,14 @@ Primary_5:
MEG Commands are, by design, structurally very similar to MM mechanics. Currently, we have 7 commands.
**
All commands
will only target the model you are editing.
**
### [`changeparent`](
MythicMob
s/
m
echanics/
model/
ChangeParent)
### [`changeparent`](
/Skill
s/
M
echanics/ChangeParent)
| Attribute | Description | Type |
|-----------|----------------------------|--------|
| parent | The new parent bone | String |
| child | The bone being re-parented | String |
### [`partvis`](
MythicMob
s/
m
echanics/
model/
PartVisibility)
### [`partvis`](
/Skill
s/
M
echanics/PartVisibility)
| Attribute | Description | Type |
|-----------|------------------------------------------|---------|
...
...
@@ -49,7 +49,7 @@ will only target the model you are editing.**
| visible | Is the bone visible | Boolean |
| exact | Does the bone name need to match exactly | Boolean |
### [`tint`](
MythicMob
s/
m
echanics/
model/
Tint)
### [`tint`](
/Skill
s/
M
echanics/Tint)
| Attribute | Description | Type |
|-----------|--------------------------------------------|-----------|
...
...
@@ -58,7 +58,7 @@ will only target the model you are editing.**
| exact | Does the bone name need to match exactly | Boolean |
| damage | Is this command modifying the damage color | Boolean |
### [`enchant`](
MythicMob
s/
m
echanics/
model/
Enchant)
### [`enchant`](
/Skill
s/
M
echanics/Enchant)
| Attribute | Description | Type |
|-----------|------------------------------------------|---------|
...
...
@@ -66,7 +66,7 @@ will only target the model you are editing.**
| enchant | Is the bone enchanted | Boolean |
| exact | Does the bone name need to match exactly | Boolean |
### [`tag`](
MythicMob
s/
m
echanics/
model/
SetModelTag)
### [`tag`](
/Skill
s/
M
echanics/SetModelTag)
| Attribute | Description | Type |
|-----------|----------------------|---------|
...
...
@@ -74,7 +74,7 @@ will only target the model you are editing.**
| tag | The displayed string | String |
| visible | Is the tag visible | Boolean |
### [`changepart`](
MythicMob
s/
m
echanics/
model/
ChangePart)
### [`changepart`](
/Skill
s/
M
echanics/ChangePart)
| Attribute | Description | Type |
|-----------|--------------------------------|--------|
...
...
@@ -82,7 +82,7 @@ will only target the model you are editing.**
| nmodel | Model ID of the new bone model | String |
| npart | New bone ID | String |
### [`remap`](
MythicMob
s/
m
echanics/
model/
RemapModel)
### [`remap`](
/Skill
s/
M
echanics/RemapModel)
| Attribute | Description | Type |
|-----------|------------------------------------|--------|
...
...
...
...