ive got a coop mission with 4 objectives. the last 3 of them are required to end the mission, PLUS the whole group needs to be at the extraction point for it to end. thats because the last objective is just a recon objective and I dont want that the people will send just one guy recon the last objective and then end the mission (cause there will be more units to kill on the way back).
I made a trigger which I connected to the group leader. I selected present, whole group, repeately, and type end#1
condition:
this AND not (alive bmp1) AND not (alive fuelural) AND not (alive shilka1) and not (alive convoyt80) and not (alive repairural) AND not (alive ural1) AND getdammage (Object 4132) == 1 OR getdammage (Object 4131) == 1 AND (grp4 knowsabout t72a>0 OR grp4 knowsabout t72b>0 OR grp4 knowsabout t80a>0 OR grp4 knowsabout shilkaa>0 OR grp4 knowsabout shilkab>0);
on activation: forceend
when all objectives are destroyed and that last recon part is done also, I head to the extraction point where the rest of the group already waits. but the map wont end when I enter the trigger area!!!
what the heck did I do wrong?