... | ... | @@ -23,13 +23,13 @@ Primary_5: |
|
|
|
|
|
## 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.**
|
|
|
* changeparent = [ChangeParent](/Mechanics:-Model#changeparent)
|
|
|
* partvis = [PartVisibility](https://github.com/Ticxo/Model-Engine-Wiki/wiki/Mechanics#partvisibility)
|
|
|
* tint = [Tint](/Mechanics:-Model#tint)
|
|
|
* enchant = [Enchant](/Mechanics:-Model#enchant)
|
|
|
* tag = [SetModelTag](/Mechanics:-Model#setmodeltag)
|
|
|
* changepart = [ChangePart](/Mechanics:-Model#changepart)
|
|
|
* remap = [RemapModel](/Mechanics:-Model#remapmodel)
|
|
|
* changeparent = [ChangeParent](MythicMobs/mechanics/model/ChangeParent)
|
|
|
* partvis = [PartVisibility](MythicMobs/mechanics/model/PartVisibility)
|
|
|
* tint = [Tint](MythicMobs/mechanics/model/Tint)
|
|
|
* enchant = [Enchant](MythicMobs/mechanics/model/Enchant)
|
|
|
* tag = [SetModelTag](MythicMobs/mechanics/model/SetModelTag)
|
|
|
* changepart = [ChangePart](MythicMobs/mechanics/model/ChangePart)
|
|
|
* remap = [RemapModel](MythicMobs/mechanics/model/RemapModel)
|
|
|
|
|
|
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)
|
... | ... | |