Relg 0 Posted March 16, 2002 how do I get multiple squads to get into a chinook for transport? Share this post Link to post Share on other sites
KingN 251 Posted March 16, 2002 use this script in the units init line: this moveincargo 'nameofchinook' Share this post Link to post Share on other sites
Flunky 0 Posted March 16, 2002 Another way is to put this assignascargo "HelicopterName" That assigns them as part of the cargo and they will run over to the Chinook and board. Remember to use synchronizing so it waits for all soldiers to board, and always have a Helipad under the Chopper. MoveInCargo will make the soldiers start in the helicopter at the beginning of the mission. Share this post Link to post Share on other sites
mahuja 12 Posted March 16, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Flunky @ Mar. 16 2002,15:35)</td></tr><tr><td id="QUOTE">Another way is to put  this assignascargo "HelicopterName" That assigns them as part of the cargo and they will run over to the Chinook and board.  <span id='postcolor'> I thought assignascargo had to be used with ordergetin (or whatever it was named) afair ordergetin didn't have anything to tell what to get into - so it would have to be assigned ahead of time. Share this post Link to post Share on other sites