I am trying to understand what is the logic happening behind AI Task Push and Triggered Actions.
I created a mission with several triggers.
Each trigger executes "AI Task Push" "Attack Ground Unit N".
As far as I can see when AI Task Push happens, the unit executes exactly the task and if it a task was already in execution it just forgets it completely.
Example:
Trigger 1 happens, AI starts attacking group 1
Trigger 2 happens, AI forgets about group 1 and starts attacking group 2
When group 2 is dead, AI returns to its route and forgets about group 1
Can I make it not forget the task it was doing and return back to it?