Jump to content
Sign in to follow this  
hollywoody

How do you command AI to embark Helo?

Recommended Posts

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

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

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
... If your interested let me know.
I'm interested.

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×