Jump to content
Sign in to follow this  
BlackCatSLO

After crew ejects, choper lands and waits for crew

Recommended Posts

I have problem when units are ejected, black hawk just land somewere and waits until units are back in cargo, I want to eject units in air and helo have to continue with its path.

I tried to use Transport Unload, Unload and GetOut but everything is the same thing.

Tnx for eny help

Sory for my bad english

Share this post


Link to post
Share on other sites

You need to unassign the ejected units from the vehicle using the unassignVehicle command. For example if a whole group ejects then you can write:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{unassignVehicle _x} forEach units group nameOfGroupLeader

Where nameOfGroupLeader should be replaced with the name of the group leader.

Or if you want to unassign specific soldiers from the vehicle just write:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">unassignVehicle soldierName

Where soldierName should be replaced with the name of the soldier.

regards

MadDogX

Share this post


Link to post
Share on other sites

Tnx MadDogX i did asing thows units with moveInCargo and then i did forget do do this

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  

×