OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: BRAVO-TWO on 16 Oct 2005, 19:52:29

Title: group in chopper
Post by: BRAVO-TWO on 16 Oct 2005, 19:52:29
i can make a helo wait at way point until a named unit has boarded with (unitname  in heloname) in the condition field of waypoint.. how can i do the same for a group ?
Title: Re:group in chopper
Post by: Terox on 16 Oct 2005, 20:42:12


if !(({_x in heloname}count units groupname)==({alive _x}count units groupname))then{Hint "All Your group ,isnt in the chopper yet"}
Title: Re:group in chopper
Post by: Thanatos on 19 Oct 2005, 20:38:32
 champion !!