The enemies that spawn on the map have a Pathfinding behavior on them. They seem to be going around objects just fine as they walk towards me - except when I place blocks between me and them, they don't walk around it, but walk into it. How do I make it so that they walk around every solid object?
Every 0.5 seconds:
enemy > Find path to (Player.X,Player.Y)
enemy > Move along path