I don't really understand how dependencies work when a button is clicked on mob's gui. When I added a procedure where, when a button is pressed, the mob must perform some action (let’s say start sneaking), but for some reason, instead of the mob, this action is performed by the player. How can I fix that?
As I understand it, according to MCreator’s logic, the menu associated with the mob does not even belong to it and is in no way connected with it. The menu is simply created without reference to the mob and exists on its own
As I understand it, according to MCreator’s logic, the menu associated with the mob does not even belong to it and is in no way connected with it. The menu is simply created without reference to the mob and exists on its own