Hi guys just finished this part and my enemies walk to each waypoint fine but when the get to the end of the waypoints they just stay there. Their “current waypoint index” variable doesn’t seem to reset back to 0 just stays at 3. I have 4 waypoints in my patrol path.
please help?
Solved.
Turns out my last waypoints y axis position was not within the tolerance I had set.
This took a while to figure out but thanks to these course and persistence I got it. Using the print() in all different methods to figure it out was extremely helpful. That might sound like a stupid statement but as a noob I didn’t understand till now how valuable and helpful it can be