bier aig tartar 11 Posted August 1, 2016 Having trouble with spawning independent/resitance infantry groups, east and west groups workingexample east working:_cfgGroup = ( configFile >> "CfgGroups" >> "East" >> "OPF_F" >> "Infantry" >> "OIA_InfSquad" ) ;_newGroup = [ getPosATL player, EAST, _cfgGroup ] call BIS_Fnc_spawnGroup;example independent NOT working:_cfgGroup = (configfile >> "CfgGroups" >> "independent" >> "IND_C_F" >> "Infantry" >> "BanditCombatGroup") ;_newGroup = [ getPosATL player, independent, _cfgGroup ] call BIS_Fnc_spawnGroup;The strange thing is Independent armored groups (vehicles) are working (as well as east and west armored groups).Any Ideas? LG Tartar Share this post Link to post Share on other sites