First of all GRK it's
hardcoded, not hardwired...
Hardwired means something completely different... ;D
Usually it is the north-south runway that works.
Correct. BIS ILS and other configs for the airstrip is only meant for South-North runway... For AI that is...
"unAssignVehicle _x" forEach units grp1
Won't work...
Instead of that, use this:
{_x action ["eject",planeName]} forEach units group player
Where planeName is the name you have given to the plane, like plane1...
So, make a trigger, size 0/0
Condition: speed planeName < 0.5
On actvivation field: {_x action ["eject",planeName]} forEach units group player
This will make the group disembark when the plane is travelling less than 0.5 km/h...
At least it should...
No guarantees here either...