same problem here
what's wrong with the following, they don't board
_grp = _this select 0
_vehicle = _this select 1
_vehicle2 = "c130_1"
_aunits = units _grp
_i = 0
_j = count _aunits
#Here
(_aunits select _i) action ["EJECT",_vehicle]
unassignvehicle ( _aunits select _i)
(_aunits select _i) setbehaviour "CARELESS"
(_aunits select _i) assignascargo c130_1
[(_aunits select _i)] ordergetin true
_i=_i+1
~1
?_j>_i:goto "Here"
exit