hollywoody 10 Posted March 22, 2013 Hey Group, how does one get the AI to embark on Helos? I made myself player and in charge of group. Now I would like to fly group to insertion point but I cant seem to get them to board the helo? Thanks in advance. Share this post Link to post Share on other sites
mikerally 12 Posted March 23, 2013 The same way you navigate your group into the field,~ , pointing your mouse at the chopper and the option embark appears in youre screen Share this post Link to post Share on other sites
curtcooll 1 Posted March 23, 2013 I have a script that when you get in any vehicle the AI will automatically get in same for disembark you get out so do they no need to issue command and waste time, If your interested let me know. Share this post Link to post Share on other sites
Beerkan 71 Posted March 23, 2013 ... If your interested let me know.I'm interested. Share this post Link to post Share on other sites
curtcooll 1 Posted March 23, 2013 I take no credit for this as it was made by request enjoy. the only thing is the AI dont do animation of getting in the are moved in. while {alive player} do { waitUntil {vehicle player != player}; { _x assignAsCargo vehicle player ; _x moveincargo vehicle player; } foreach units group player; waitUntil {vehicle player == player}; { unassignVehicle _x ; moveOut _x } foreach units group player; }; Share this post Link to post Share on other sites