biG jU jU 0 Posted December 13, 2003 How do I get a squad to enter multiple vehcles? When the mission starts, they are standing next to a convoy of trucks and a BMP. I want 3 crew to get into the BMP and the rest to get into the Urals as the drivers. I've tried waypoints, but they don't work because you can't set individual waypoints. After all the squad members are in their respective vehicles, i want the convoy to move out. How do I do this? Share this post Link to post Share on other sites
biG jU jU 0 Posted December 13, 2003 Ok I managed to solve that problem, but now i need to make them get out at a waypoint, wait for a few minutes and then get back into their vehicles. Â I've tried assigning each unit to its vehicle and then making a trigger with the following in its activation field: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">"_x OrderGetIn TRUE" foreach units convoy_group_01 All that happens when I try to do this, though, is I get an ingame error message saying <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">'_x OrderGetIn TRUE|#|': Error ordergetin: Type Object, expected Array Share this post Link to post Share on other sites
biG jU jU 0 Posted December 13, 2003 Solved the error message by changing the command to : <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">convoy_array_01 OrderGetIn TRUE But still, nothing happens. I tried doing convoy_array_01 Join GrpNull, but this didnt do anything, the player was still in the group. whats happening?? Share this post Link to post Share on other sites
biG jU jU 0 Posted December 14, 2003 Please, someone help me! This is stopping me from making my mission Share this post Link to post Share on other sites
Harkonin 0 Posted December 14, 2003 "_x unassignvehicle vehiclename" foreach units groupname then when you want them back in individually have - unitname assignasdriver/gunner/commander/cargo vehiclename. Share this post Link to post Share on other sites
biG jU jU 0 Posted December 15, 2003 Cool, thnx I finally got it to work took me a long time tho lol Share this post Link to post Share on other sites
KJAM 0 Posted December 15, 2003 i have an idea but im in college so a short reply make all of them single soldiers (not part of a group) assign GET IN waypoints and GET OUT waypoints however you want. then make all but one of them have JOIN waypoints near where they got out, then the last person give him a JOIN AS LEADER waypoint then whatever other waypoints you want the squad to have, then sync all the JOIN and the JOIN AS LEADER together and voila, that shouldwork but im at college so i cant test it yet Share this post Link to post Share on other sites