PDA

View Full Version : littlebird



Mr Sarkey
Dec 22 2006, 12:31
http://forums.bistudio.com/oldsmileys/crazy_o.gif

How would I get the little bird packed full..

So there are guys sitting on the rails aswell.

At the moment I can only get in a pilot and co pilot..

XCess
Dec 22 2006, 12:50
worked fine for me using moveincargo.
eg:

unit1 moveinCargo littleBird1

I did however use a foreach moveincargo, and had a pilot grouped with the littlebird, with special set to in cargo so my soldiers were only sitting on the rails. The foreach command looks like this:

grpOne = group this; {_x moveInCargo bird1} forEach units grpOne

Place it in the init field of any group member. Should work fine http://forums.bistudio.com/oldsmileys/confused_o.gif

Mr Sarkey
Dec 22 2006, 12:58
Cheers, that worked.