Jump to content
Sign in to follow this  
Epyon9283

Help with something simple

Recommended Posts

Ok, I can get multiple units in a vehicle by using a move waypoint and having unitname assignascargo vehiclename in the activation field but its annoying as hell typing that in for each unit when you need a lot of units getting into a lot of vehicles. Anyway, is there any easier way of getting a group of units into a vehicle? I tried just putting the get in waypoint directly on top of the vehicle but the people just stand around it for a sec and move on to the next waypoint.

Share this post


Link to post
Share on other sites

Is the vehicle empty your group is trying to embark? If not, try to place a LOAD waypoint for the vehicle near the GET IN waypoint.

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (chartier @ Mar. 12 2002,07:57)</td></tr><tr><td id="QUOTE">Is the vehicle empty your group is trying to embark? If not, try to place a LOAD waypoint for the vehicle near the GET IN waypoint.<span id='postcolor'>

and synchronize them.

Share this post


Link to post
Share on other sites

You can use this command to assign an entire group to a vehicle:

"_x assignascargo vehicle_name" foreach units grp1; "[_x] ordergetin true" foreach units grp1

Where vehicle_name is vehicle name

and grp1 is the name of the group

To name a group type this into the init field of the leader:

grp1=group this

Then give em a GET IN WP, and they should get in. If you want the the same group (grp1) to take up different positions in the vehicle or different number of vehicles you will have to Assigasgunner, driver, cargo seperately.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×