On the Debriefing, the sequence of the objectives are reversed. Is there any way to fix this? It seems to be consistent.
Objective/Mission/Task 1 is to clear the town with a completion trigger with this in the on activation field:
obj1 =true; MAG_tskObj0 settaskstate "Succeeded"; taskhint["Mission 1 complete",[0, 1, 0, 1], "taskdone"];
Objective/Mission/Task 2 is to repell the counter-attack with a completion trigger with this in the on activation field:
obj2 = true; MAG_tskObj1 settaskstate "Succeeded"; taskhint["Mission 2 complete",[0, 1, 0, 1], "taskdone"];
I saw something regarding this somewhere but as usual when you actually need it you cannot find the answer. Sorry for the Arma 2 noobness but I have only had the game for a week and the new Briefing/Debriefing system is quite a change to someone who lived and died by Chris Henderson's Arma Edit. I am using the Briefing Manager if that has anything to do with it.