Started by
Steam_Master0
on
Topic category: Help with MCreator software
okay so, basically i'm making a mob that once it sees the player, it plays an howling animation and after that start attacking the player, is there a way to do that? like i know i have to put the trigger [once entity sets its target] but then what?
same thing for an attack animation, i have a .java animation, how do i make it play when the mob is attacking the player?
You can get the targeting animation to play with this https://mcreator.net/comment/293662#comment-293662
Oh and you can just use this for the attacking,
thanks a lot, really!