Rich_R 1087 Posted August 23, 2012 I've tried googling to find the name of the takistan insurgents. I would like to use the following code group3 = CreateGroup EAST; group3 = [getMarkerPos "spawnPoint3", EAST, 10] But with Takistan insurgents. Any help is appreciated. Share this post Link to post Share on other sites
f2k sel 164 Posted August 23, 2012 I think they are Resistance Share this post Link to post Share on other sites
kylania 568 Posted August 23, 2012 foo = [getMarkerPos "spawnPoint3", EAST, (configFile >> "CfgGroups" >> "East" >> "BIS_TK_INS" >> "Infantry" >> "TK_INS_Group")] call BIS_fnc_spawnGroup; Share this post Link to post Share on other sites
PeeKay 1 Posted August 23, 2012 [getMarkerPos "spawnPoint3", EAST, ["TK_INS_Warlord_EP1","TK_INS_Soldier_AT_EP1"],[],[],[],[],[],180] call BIS_fnc_spawnGroup; to specify which units you want. Share this post Link to post Share on other sites