Hi!
I am able to check if one unit is unconscious with this command :
if (lifeState player == "UNCONSCIOUS")
But i want to check if the whole group is unconscious
I have tried with this command :
if (lifeState _x == "UNCONSCIOUS") foreach units MyGroup, but it does not work.
Can anybody tell me what i am doing wrong.
Thanks in advance.