RjC_77 0 Posted March 13, 2007 I found a few threads regarding this, but they are more to explain how to name groups... the question: Having a basic infantry squad enter a vehicle i always have each individual enter separately by giving them all waypoints. Is it true that giving only the leader of the group a get in waypoint makes the entire squad board it? Share this post Link to post Share on other sites
Nicolas Eymerich 0 Posted March 13, 2007 fastest way: in the leader's init field: {_x moveincargo (name your vehicle)} foreach units group this (No animation, however) Using a waypoint maybe shoul work something like this: 1) Give a waypoint (move) to your team leader near the vehicle you want them to board 2) in the activation just type those two lines: {_x ordergetin (name your vehicle)} foreach units group this Should work. Not tested. Share this post Link to post Share on other sites
RjC_77 0 Posted March 13, 2007 Thanks, ill try that... So giving only the squadleader the order to get in wont work for the squad as a whole... --- Oops, i just noticed i posted this twice.... Could a moderator remove the obsolete one..? Sorry about that! Share this post Link to post Share on other sites
Scillion 0 Posted March 13, 2007 If you make a Waypoint with the getin option (not move) you must put it right on the vehicle, and yes everyone will try to get in. Then you can make waypoints somewhere else and use the getout to have them exit. Then make other waypoints. Share this post Link to post Share on other sites