.... the normal Load/Get In and TransportUnload/GetOut won't work for MP with human leader. :-\
Sure it will, m8 - just do it right
;D like this:
"ALL - DISEMBARK"
...see, when player is grpLeader, noone will disembark before YOU (the grp leader) have ordered them to do so... this is called REALISM, as in "let's hear & do what the capt'n says!"
;D
In short, yer prayers have been heard, son!
check this out, matey! :thumbsup:
"_x in heli" count [guy1,guy2,guy3,guy4] == "alive _x" count [guy1,guy2,guy3,guy4]
This is good for conditions where morons from SEVERAL groups needs to board a bird.
If ya just need to know when, say FIVE men have gone inside, use som'n like this:
count (crew nameOfChopper) >= 5
or make an array: a defined chopper array (minus gunner & pilot) would be:
morons = (crew NameOfHeli - [heliD, heliG])
Then ya could use:
"_x in Choppa" foreach units morons
hope it works, m8
CYA