====== ArmA 3 Create Random CfgGroups ====== [[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]] **2022-06-19T02:25:00Z** Create random CUP russian infantry group using CfgGroups and bis_fnc_spawnGroup function. private _listGroups = "true" configClasses (configFile >> "CfgGroups" >> "East" >> "CUP_O_RU" >> "Infantry"); private _grp = [_pos, EAST, (selectRandom _listGroups)] call BIS_fnc_spawnGroup;