Home   Help Search Login Register  

Author Topic: Foreachunits this?  (Read 1017 times)

0 Members and 1 Guest are viewing this topic.

Yippyfn

  • Guest
Foreachunits this?
« on: 12 Jun 2003, 17:45:02 »
How do you put a whole squad in a vehicle with the line that goes something like "this moveincargo plane (x_blah blah foreachunits this)"?

Knut Erik

  • Guest
Re:Foreachunits this?
« Reply #1 on: 12 Jun 2003, 17:47:56 »
It is like this if it goes in the leaders init field:
"_x moveInCargo VehicleName" foreach units group this

And if the group has an ID it is like this:
"_x moveInCargo VehicleName" foreach units YourGroup

Yippyfn

  • Guest
Re:Foreachunits this?
« Reply #2 on: 12 Jun 2003, 17:57:21 »
Thanks! :D