So I have a helicopter that is sitting on the Tarmac waiting for the squad it is transporting to get in.
Right now the UH-60 is sitting on the Tarmac with a dostop command. Works Perfectly Fine.
I command all of my squad to get in, its still sitting their, I get in, and it takes off. HOWEVER.
If I, the SQUAD LEADER, get in FIRST, it takes off with out the rest of the squad.
Everyone in my squad has this in their init
and the trigger that command the UH-60 has this in its condition fieldCode:squad1 = group this
So is there any way to get it to not take off the instant the squad leader gets in? Also keep in mind I dont want to us this methodCode:({ (not (_x in bird1)) and (alive _x) } count (units (squad1))) == 0;
Because if I do that, and I dont have players in every slot, then it wont take off because it is waiting for Soldier6 who isnt alive because I only have 5 players.Code:Soldier1 in Bird1 && Soldier2 in Bird1 etc etc
HOME
Reply With Quote



