PMC websites shut down October 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond october 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:scripting:create-random-cfggroups

ArmA 3 Create Random CfgGroups

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, 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;
arma3/scripting/create-random-cfggroups.txt · Last modified: 2024/08/02 16:16 by snakeman