Hi, guys!
About the selectAll() function from Unitgroup, how to specified the size of the group?
I know I can do like this: UnitGroup myGroup = selectAll()(Marine,Medic); only adding these two types of units in the group, but if I want to select 10 marine and 3 medic, how ?
I already tried many ways :
selectAll()(Marine,10,Medic,3);
selectAll()(Marine)(10)(Medic)(3);
etc..
but none of them worked..T_T