I'm trying this:
-When player enters on zombie radius, zombie gets that target and look in direction to that player.
-If player leaves zombie radius, zombie loses his target
(This first part is working)
Now I want to add one more condition, when actual target leaves radius but there is other player inside zombie radius, how I get this new target? here is my code
Please login to see this picture.