Hi all.
I'm trying to create pathfinding AI that works for multiple enemies and my noobishness is causing real issues!
I've looked at tutorials (Bombing Chap etc) and a few forum posts but not getting very far.
I can get the AI to work for 1 enemy but not properly for more than that. I created a 2nd enemy and that one only moves after it's seen my player then AI functions correctly. Pressing S spawns a new (3rd) enemy and that one won't move at all. I've tried using functions and using UIDs but didn't really know what I was doing and that didn't work either.
My plan is to have continually spawning enemies but obviously the AI needs to be solid before I can do that.
Address for capx (this is everything after the .com of Dropbox.)
/s/tb659o192n4fwqf/Multiple%20enemy%20AI%20failure.capx
Any advice would be very gratefully received.