Epyon9283 0 Posted March 12, 2002 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
chartier 1 Posted March 12, 2002 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
Bart.Jan 0 Posted March 12, 2002 </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
Intruder 0 Posted March 12, 2002 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