OhNoSixIsDown, you obviously meant to unsolve this so I'll save you the trouble.
Solving locks the thread so nobody can reply.
When using count to check the number of live loons in a group, always combine it with an alive command. Count alone can result in a severe delay (several minutes) while the group leader doesn't know that "6 is down".
"alive _x" count units group1 <= 2
Syntax not guaranteed.
There are several ways of doing what you want. You can just add the lines together:-
("alive _x" count units group1 <= 2) and ("alive _x" count units group2 <= 2) and ...
Or you could make a trigger:-
Area: whole map
Activation box: West present
Condition: count thislist < 3
On Activation: as you like
The trigger will fire when the number of West loons on the map drops below 3. A vehicle counts as 1 even if it has several crew: the count will rise if they disembark.
Oh, and please try to avoid making consecutive posts in the same thread. (It's ok if a long time has passed.) Use the
button in the top right hand corner of the post.