In Movein.sqs file:
;Get the driver, gunner, commander and vehcile
_driv = _this select 0
_gunn = _this select 1
_comm = _this select 2
_vehc = _this select 4
;Move the units into the vehcile
_driv MoveInDriver _vehc
_gunn MoveInGunner _vehc
_comm MoveInCommander _vehc
exit
In "On activation" field of crew commander [Crew1,Crew1_1,Crew1_2,M2A2W1] exec MoveIn.sqs
I don't see the problem.. but it must be there somewhere.... :-\