I have a mission where the player and their AI squad mates are routinely switching vehicles. I am trying to work towards a solution that will have the AI automatically get in to the same vehicle as the Player. I know that get in commands can be given, but would prefer, from both a speed and efficiency as well as immersion standpoints, to have the AI automatically recognize that the player is in a vehicle, and load up into that vehicle (seating arrangement doesn't matter). All vehicles in the mission will be 4+ seating, to accommodate the 4 man squad (player +3 mates).
I am sure that there will be some level of performance hit with a script checking to see if the Player is in a vehicle. Any thoughts on how to best make this happen?