Hello all .
I'm trying to generate a map with elements that should not overlap (for them to be separated). What I have here is alright most of the times, but I often get two overlapping outpost/nobuildzoneoutpost on my map.
In my event system, the global variable "CreationStage" should go from "Outposts" to "Colonies" when all the outpost objects have their boolean "FixedPosition" at true. This boolean is fixed at true when the object "Nobuildzoneoutpost" (which is in the same container as the outpost object) isn't overlapping with another outpost's zone or the startpoint's zone.
I don't get where my error is, could anyone point me in the right direction please ?
Here's the .capx : https://drive.google.com/open?id=0BzvT54qnXvYcZE80YldvV3piQmM
Here's the event sheet, I tried to keep it simple :
Thanks a bunch .