BlackCatSLO 0 Posted April 17, 2007 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
maddogx 13 Posted April 17, 2007 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
BlackCatSLO 0 Posted April 17, 2007 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