Update Scriptable-Keyframes.md authored by Ticxo's avatar Ticxo
...@@ -23,13 +23,13 @@ Primary_5: ...@@ -23,13 +23,13 @@ Primary_5:
## MEG Commands ## MEG Commands
MEG Commands are, by design, structurally very similar to MM mechanics. Currently, we have 7 commands which have the same attributes as their MM mechanic counterpart. However, **all commands will only target the model you are editing.** MEG Commands are, by design, structurally very similar to MM mechanics. Currently, we have 7 commands which have the same attributes as their MM mechanic counterpart. However, **all commands will only target the model you are editing.**
* changeparent = [ChangeParent](/Mechanics:-Model#changeparent) * changeparent = [ChangeParent](MythicMobs/mechanics/model/ChangeParent)
* partvis = [PartVisibility](https://github.com/Ticxo/Model-Engine-Wiki/wiki/Mechanics#partvisibility) * partvis = [PartVisibility](MythicMobs/mechanics/model/PartVisibility)
* tint = [Tint](/Mechanics:-Model#tint) * tint = [Tint](MythicMobs/mechanics/model/Tint)
* enchant = [Enchant](/Mechanics:-Model#enchant) * enchant = [Enchant](MythicMobs/mechanics/model/Enchant)
* tag = [SetModelTag](/Mechanics:-Model#setmodeltag) * tag = [SetModelTag](MythicMobs/mechanics/model/SetModelTag)
* changepart = [ChangePart](/Mechanics:-Model#changepart) * changepart = [ChangePart](MythicMobs/mechanics/model/ChangePart)
* remap = [RemapModel](/Mechanics:-Model#remapmodel) * remap = [RemapModel](MythicMobs/mechanics/model/RemapModel)
To use a MEG command, you just enter it like using them as a normal mechanic. To use a MEG command, you just enter it like using them as a normal mechanic.
![image](https://user-images.githubusercontent.com/41558177/177031244-1abfce42-da71-4978-a88f-8e429de8fe64.png) ![image](https://user-images.githubusercontent.com/41558177/177031244-1abfce42-da71-4978-a88f-8e429de8fe64.png)
... ...
......