my monsters have the 8 direction behavior, and my player has the path finding behavior
when my player is on this map where the monsters are, and i start moving around the monsters move around with me too.
Long time ago i had this same problem and that is because my player had 8 direction movement and monsters had it too. So i just removed the 8 direction on the player and it worked.
But now its doing the same problem but my player doesn't have 8 direction behavior, it only has the pathfinding behavior, and the monsters has the 8 direction movement.
I cant find out what the problem is..I search everywhere lol