Bioz 1 Posted August 3, 2012 Hello guys I didn't find anything useful about that issue. How to let a chopper wait that some specific units are inside it before leaving? Share this post Link to post Share on other sites
f2k sel 164 Posted August 3, 2012 (edited) You don't say where you wish to use it, script or trigger/waypont set for chopper named heli group named blue in a codition {_x in helo}count units blue == {alive _x} count units blue or as an if statement if {_x in helo}count units blue == {alive _x} count units blue then {do stuff here}; common practice is to use a switch trigger synced to a waypoint. when the conditon is true (group inside) the waypoint will activate. Edited August 18, 2012 by F2k Sel Share this post Link to post Share on other sites
Bioz 1 Posted August 18, 2012 what if i have a single unit? I simply put its name insted of "blue"? Share this post Link to post Share on other sites
f2k sel 164 Posted August 18, 2012 Yes that should work or you could do it like this Ted being the units name, as there is only one unit it doesn't need the count part !alive Ted or Ted in helo Share this post Link to post Share on other sites
Whyte_Out 10 Posted August 18, 2012 This explains it all, very tactical as well. Share this post Link to post Share on other sites