:thumbsup: Yup! All ya need to do is to NAME each moron in a group,
and you can make arrays outta them unitNames: "man1, man2, man3" ... etc.
Like this:
MyArray = [bob, rob]
or:
MyDrunkenArray = MyArray + [Tomb] :-X
Ya could make an array outta guys from many different squads if ya like to.
Just put this in a trigger/script:
morons = [a,b,c]; "[_x] join player" forEach morons
All ya gotta remember is that groups can only consist of max. 12 units!
So if 5 d00ds wanna join yer team, ya better make sure that you only have 7 or less room mates already.
And units can LEAVE groups as well as JOIN groups,
[bob, rob] join GrpNull
That would make bob & rob leave yer group of troopers, provided they're named bob & rob
Right, that'll be it. *cough*
;D