hey just wondering if anyone can point me in the right direction on how the custom group lists works.
The ACM is brilliant i just want to limit the types of groups it spawns!
Say BIS_ACM is my ACM's name, then:
[bIS_ACM, [ what goes here ]] call BIS_ACM_addGroupClassesFunc;
I tried this for example:
[bIS_ACM, [CDF_MotInfSquad]] call BIS_ACM_addGroupClassesFunc;
to limit it to only spawning that type of group
but it doesn't work
i'm new to scripting so any help would be great!