User Tools

Site Tools


arma2:scripting:bis_fnc_spawngroup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
arma2:scripting:bis_fnc_spawngroup [2014-07-21 19:51]
snakeman added rest of the cfggroups class names.
arma2:scripting:bis_fnc_spawngroup [2016-11-01 17:14]
snakeman fixed broken code tag.
Line 143: Line 143:
 _grp = [_safePos, Resistance, (configFile >> "​CfgGroups"​ >> "​Guerrila"​ >> "​Gue"​ >> "​Mechanized"​ >> "​GUE_MechInfSquad"​)] call BIS_fnc_spawnGroup;​ _grp = [_safePos, Resistance, (configFile >> "​CfgGroups"​ >> "​Guerrila"​ >> "​Gue"​ >> "​Mechanized"​ >> "​GUE_MechInfSquad"​)] call BIS_fnc_spawnGroup;​
 _grp = [_safePos, Resistance, (configFile >> "​CfgGroups"​ >> "​Guerrila"​ >> "​Gue"​ >> "​Armored"​ >> "​GUE_TankSection"​)] call BIS_fnc_spawnGroup;​ _grp = [_safePos, Resistance, (configFile >> "​CfgGroups"​ >> "​Guerrila"​ >> "​Gue"​ >> "​Armored"​ >> "​GUE_TankSection"​)] call BIS_fnc_spawnGroup;​
-<​code>​+</code>
  
 Faction - Independent / Resistance / Guerilla (Takistan) Faction - Independent / Resistance / Guerilla (Takistan)
arma2/scripting/bis_fnc_spawngroup.txt ยท Last modified: 2016-11-02 16:49 by snakeman