AI Controller is assigning the same cover point to different AI characters.

Before triggering the for loop, you can save each location of your cover point reference actors inside a vector type array, maybe using another for loop, then inside your existing loop get the location from our new array to set the bot’s target loc to it, and remove it from the array.

Hope this helps! :blush: