I am using this script to eject some BAS Rangers from the BAS MH-47E.
_aunits = units b1
_i = 0
_Max = count _aunits
#Here
(_aunits select _i) action ["eject",helo2]
unassignvehicle (_aunits select _i)
_i=_i+1
~1
?_Max>_i:goto "Here"
exit
The first two or three guys to eject don't have parachutes. The rest do, as do another group in another helicopter using the same type of script. Any reason?