Pathfinding help <SOLVED>

Repeats and Trigger Once within them are finicky beasts. I suspect there’s a clash of how we think it should work, and how it actually works. Have a look at this post to possibly get an understanding of how the trigger once conditions work (it’s a bit further down the page)

You don’t need those trigger once conditions, and I suggest you get rid of them as this may solve the issue. When the conditions are met, you change both the path variable and find a new path, so on the next round of repeats those conditions won’t be true any more.

2 Likes