Units starting in vehicles.

By Rob

Back to Mis

There are two ways of doing this very simple process and this is probably going to take a couple of lines. lol

The First way to start a unit or group of units in a truck,  heli or boat etc is by making sure that all the units are in the same group. then in every unit you should change the options by double clicking the unit and going to the "special" drop down-menu and select in cargo. Do this for every unit and they shall start in the vehicle...

 

The second way is giving the unit and vehicle a name. Lets say we call the unit "GR" and the vehicle "truck".

In the units init field use the command parameters

gr moveincargo truck

This will set the unit in the back of the truck as cargo but it doesn't stop there. you can also you the following

moveindriver

moveingunner

&

moveincommander.

 

If you are wanting to use this method for a whole group but don't want to go through the hassle of putting it in every units init field then you can use this command on the leader of the group.

Grp = group this; "_x moveincargo truck" for each unitsgrp

This selects the whole grp to do what ever the leaders command is.

 

That about wraps it up.

Rob