TEMPEST.114 Posted September 17, 2022 Posted September 17, 2022 So I’m having trouble. I have an AI cargo ship that is escorted by twoAI fighters. The fighters have been told to follow the cargo ship, and the cargo ship has been told to orbit a waypoint until a trigger action condition is met. I have set only one waypoint for those fighters and that is to land at a nearby aircraft carrier. I have created a trigger action for those fighters for an AI task push to tell them to go to that waypoint. So basically what I want to happen is when the player enters a specific trigger zone, that is around the cargo aircraft fourths, then the cargo aircraft will resume its way points, and the AI aircraft via a task push will then go and land and therefore the player has taken over from the AI escort. What is actually happening though is that the AI escort is immediately going to way point one and not obeying the follow command. where am I going wrong?
toutenglisse Posted September 17, 2022 Posted September 17, 2022 2 hours ago, Elphaba said: ...where am I going wrong? For a reason, "follow task" is ignored and group goes rtb. It seems that the position of "follow task" in the list of "advanced wpt action" matters (I made a bug report as it seems to be a bug). If task is on 7th line or more, it is ignored. If it is on 6th line or less it does work. 1
TEMPEST.114 Posted September 18, 2022 Author Posted September 18, 2022 Oh, wow what an obscure bug! Amazing catch! My follow command was in 6th position; I moved it to the first position - and it worked! Thank you so much!
Recommended Posts