Scrocco88 1 Posted June 30, 2013 I need help with vehicles and GET IN/GET OUT waypoints. I need an AI group to reach an extraction point using a car, dismount the car, board an extraction heli that will fly away. Following tutorials i made these waypoints chains. TEAM: Get in -> move -> get out -> move -> get in HELI: Move -> load -> move (underlined waypoints are syncronized) The problem is that the group re enter the car instead of the heli. I think it's because of this: If a spatial Get In waypoint is synchronized with a waypoint of another friendly group with unused vehicle spaces, but the original group has adequate transport, it will mount it's own vehicles.(https://community.bistudio.com/wiki/Mission_Editor:_Waypoints#Get_In) How can i solve it? How can i remove the car from the group "hownership"? Share this post Link to post Share on other sites
kylania 568 Posted June 30, 2013 Use leaveVehicle in their first GET OUT waypoint. Share this post Link to post Share on other sites