Thanks code, but unfortunately dosn't work!
I wrote to the intro.sqs:
_cam camsettarget heli
_cam camsetrelpos [-40,30,50]
_cam camcommit 0
~20
_parachuteArray = [a1,a2,a3,a4,a5,a6,a7,];
_i = 0;
#jump
(_parachuteArray select _i) action ["EJECT", heli]
unassignVehicle (_parachuteArray select _i)
~1
_i = _i + 1
? _i < (count _parachuteArray): goto "jump"
....but this error message appears:
'parachuteArray
Error Generic error in expressionI checked it the editor: my soldiers name (a1, a2, a3....etc) is good, Black Hawk name "heli" is good. What's the problem?