I wanted to create a goal/behavior where a mob follows another mob but targets an enemy player if its within 10 blocks of its following target
Right now I have a follow behavior and a target behavior, the problem is that once it targets an enemy, the behavior status is RUNNING and its following behavior is never checked/ran, so it continues to target the player and ignores its 10 block follow behavior
I know this is probably easily doable in one behavior but Im wondering what is the best way to do it in two.