Sorry for newby-question, but I can't find answer in my downloaded documentations.
How can I know, if a whole group is in a vehicle?
I have a trigger and I want put an expression in the Condition field, like
group(player) in heli1
or
units group(player) in heli1
^these doesn't work, just I want explain what is my question.
Finally I use: (u1 in heli1)and(u2 in heli1)and... where u1,u2,u3... are the names of group member.
It's works, but I feel there is some better solution.