Hello
I'm trying to get a mission to end when all the living members of the player group are inside the trigger (extract) zone. I was trying to modify this to help me
{(alive _X)&&(_x in thislist)} count ((units group delta) == {alive _x} count ((units group delta)
but It needs to be like the following;
Activation: WEST present
Condition: This && (the number of members of group Delta) within 20 metres of extract zone is equal to (the number of living members of group Delta)
End#1
I'm slowly learning the coding stuff, and any help with that would be great.