Started by
TwigYT
on
Topic category: Feature requests and ideas for MCreator
I have found that I have sometimes needed a global trigger that activates when someone equips a piece of armor. I have one love to see this
Topic category: Feature requests and ideas for MCreator
I have found that I have sometimes needed a global trigger that activates when someone equips a piece of armor. I have one love to see this
if you want to emulate this you could have a global variable for each piece that is false, and on player tick check if they are wearing armor and the value is false, then change it to true and make it do it's thing, and if it's true and there is nothing, set false, hope this helps