Page 1 of 1

Making a UH-1D Air Cav mission

Posted: 2007-09-06 04:20:50
by bigstone
Hello,

I am trying to make a mission that has 6 UH-1D's and six Air Cav Squads. Now how do I make the AI squads go into the helicopters before take off? Also how do I make the aircraft let the soldiers come on board? Thank you

PS: Snake Man thank you for helping how to make a mission using CoC_Arty. I just love it when my US Army platoon leader calls for a artillery strike on a company size formation of NVA!!! :D

Posted: 2007-09-06 07:05:56
by Snake Man
In the group leaders init line you write

Code: Select all

{_x moveincargo HELONAME} foreach units group this;
And then you need to setup the HELONAME for the helicopters name field (I think its name, cant freaking remember).

You dont need to let the helo come them aboard, they instantly move to cargo positions with that command.

Posted: 2007-09-06 14:22:33
by bigstone
Thank you :D

Posted: 2007-09-06 15:00:16
by bigstone
Snake Man I tried the above and I get an error that displays unknown operator??? I gave the heloname<---red1 for example and I still get error???