I wanted to make a certain script is not executed if not respecting a rule, I will give an example:
While (Object.X) is overlapping with (Object.Y) then
Stop Function (DistanceCheck)
While not (Object.X) is overlapping with (Object.Y) then
Exec Function (DistanceCheck)
this is the logic. How can I do this in construct 2