Started by
Dleemod0106
on
Topic category: Help with MCreator software
I want to make a boss with several attacks, however you need to detect if a entity is in combat to create those attacks, I have found a Youtube tutorial However, I suspect its outdated as the procedure cant be built anymore, I would appreciate help.
I'm not totally sure what you're asking, but there is the confusingly named 'Get entity target entity is targeting for an attack' function, which will return the entity the target is agrooed on. You can check if the entity it's targeting is a living entity, and use this to determine whether or not it's currently in attack mode.