Hello, how about a condition cheking if the mob/entity is riding or not something?
Why?
I have invisible disguised mobs with a custom head equipped. To be able to see their names, I had to make an ArmorStand which casts "mount", summoning and riding the invisible mob.
Still, when the mob dies, I have to remove the armor stand, 'cause I don't wanna see the name anymore.
I've accomplished that having the invisible mob casting this
- signal{s=DEADDUMMY} @EIR{r=2} ~onDeath
and the armor stand...
Condition: if riding
Why?
I have invisible disguised mobs with a custom head equipped. To be able to see their names, I had to make an ArmorStand which casts "mount", summoning and riding the invisible mob.
Still, when the mob dies, I have to remove the armor stand, 'cause I don't wanna see the name anymore.
I've accomplished that having the invisible mob casting this
- signal{s=DEADDUMMY} @EIR{r=2} ~onDeath
and the armor stand...
Condition: if riding