I've been through COMREF and I'm using ArmA Edit (though I'm not real good with it), in this mission I have 3 special forces teams that are surrounding the runway in which I'm rescuing a CIA agent. They're all independent of one another (due to the fact the Hinds only hold eight)
What I'm wanting to do is have a script in which when it's activated the SF's guys are extracted by the very hinds that provided them aircover, however, during the course of the mission often one or two of them are shot down leaving them no transport out. I've attempted to assign them into groups, as in:
alphaGroup = group this
Also.........
they don't respond to commands in the format I have listed below, when I specify specific members of the group they will board the chopper though.
alpha assignAsCargo mi; [alpha] orderGetIn true; mi land "get in"
What I'm really trying to do is run a script with a fallback plan, something along the lines of
"if mi1 is shotdown, 3 of the men get into mi2, 2 get into mi3", or if two of the choppers are shot down and there isn't room
activate another one, or two more to come and save the day.
Any idea?