Well, it should be possible to read all about it in the FAQ section, m8
but if it ain't, do this:
Name the grp.Leader
BOB. Then name the chopper
Bird1, right?!
And in Bob's INIT field, put :
"_x moveinCargo Bird1" foreach units this
And when they're supposed to bail, use this code in a WP or Trigger :
[Bob] exec "Bail.sqs"And here's a copy of the most used bail scroll :
---------------------------------------------------
_aunits = units Bob
_i = 0
_j = count _aunits
#BailBoys
(_aunits select _i) action ["EJECT", Bird1]
unassignvehicle (_aunits select _i)
_i=_i+1
~0.75
?_j>_i:goto "BailBoys"
exit
----------------------------------------------------
The script will automatically unassing all the paratroopers.
And the next group leader, well... just name him Rob, make a new scroll,
change the names to Bird2 etc.
Should do it, m8