FriedrichNix Posted January 17, 2019 Posted January 17, 2019 I have setup a mission where you "escort" a civil (AI) plane once intercetpted (moving trigger around the plane) to a second location (triggerzone). Once inside the triggerzone the plane should land by itself. It worked till about 2 or 3 patches ago (Beta Branch). How I set it up: Moving trigger zone around civil (AI) plane once the player moves into that zone, a flag is set to "on". with that flag (user flag 2) the AI plane follows. -- that's the working part -- Once I reach the destination trigger zone I set flag 3 to "on". In advanced (waypoint actions) I now put in the stop condition (Follow Task) is user flag 3 is set. With flag 3 being "on" I switch waypoints (of the AI plane) and set it on a path to land. -- that what HAS been working till some time ago -- Once the plane is inside the trigger zone a message is shown. Flag is set to true, but the plane still follows and waypoints are not switched. Even if I set flag 2 to "off" when flag 3 is "on" the plane follows the player. Since it has been working, I think there might be a bug in the last couple of patches, that wasn't fixed.
Recommended Posts