Make an array of the locations as well. Use a For Each node on the actors, pick a random location from the location array. After spawning/moving the actor, remove that location out of the array. This way, another actor cannot spawn in that spot. Hope this helps