Hi guys,
Having a spot of trouble defining the dead among a group.
Cant seem to sort out who are the multiple dead guys that will be replaced later on.
I need to get a way to define the dead units.
Tried using this below
_dead = [a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12]
_found = []
? (!alive _x) then {_found = _found + [_x]} foreach _dead
Any ideas ?
Cheers,