#Knockback roar looping
1 messages · Page 1 of 1 (latest)
I added a "say remove roar" command to the behavior pack entity when knockback roar executes the "on_roar_end" trigger.
This means that when the knockback roar ends, the "fox:remove roar" event is executed, which in turn removes the component group that the knockback roar is in.
however, somehow, the knockback roar continues to act on the entity
I do not know why
here are the files for anyone who wants to help me