Viriato 0 Posted October 29, 2002 What is the command line you has to use to make that certain unit get out of a vehicle? Example, If you try to force all the units as cargo in a chopper drop at once instead of one by one, lets try this way. First via waypoints and FlyInHeigth command make the chopper aproach the eject place dropping its heigth to the final waypoint this flyinheigth 3 (for example) and now you order all the pasangers to drop (not the group) whats the command line to do this? Share this post Link to post Share on other sites
BOPMatt 0 Posted October 29, 2002 I guess you would have found this using the board's search-function but here you go: if you want to make a single unit eject: unitname action ["EJECT",vehiclename] ... of course that also works with foreach in order to make groups eject (though you would usally use a script instead to add a slight timeout for each ejection because ejection more than 1 person at once will look more than weird...). Share this post Link to post Share on other sites
TYsiEK 0 Posted October 29, 2002 Way in a funny manner you can use command aP action ["GET OUT",vehicle] Share this post Link to post Share on other sites