0 Members and 1 Guest are viewing this topic.
DeathTrig = 0; "if ((not isNull _x) and (_x in list playeralive)) then {DeathTrig = DeathTrig + 1}" foreach units PlayaG1; "if ((not isNull _x) and (_x in list playeralive)) then {DeathTrig = DeathTrig + 1}" foreach units PlayaG2; hint format ["%1", DeathTrig];
(count units PlayaG1 in thislist) < 0?
how I can count the units of a group then check to see if there in a trigger list (thislist)
and no I can't do any group member not pressent.