is it possible to meet with professionbuddy exclusion choice? how do I get out there, that it recognizes, for example, two of which FlyTo closest to only one point from two to fly?
is it possible to meet with professionbuddy exclusion choice? how do I get out there, that it recognizes, for example, two of which FlyTo closest to only one point from two to fly?
You can use DistanceTo(x,y,z) to check distance to a location, example, if DistanceTo(12.3, 243.0, 52.32) < DistanceTo(175.3, 43.0, 556.32) then flyto(12.3, 243.0, 52.32); if DistanceTo(12.3, 243.0, 52.32) >= DistanceTo(175.3, 43.0, 556.32) then flyto(175.3, 43.0, 556.32);