Jump to content
Sign in to follow this  
Rich_R

Spawning Takistan insurgents

Recommended Posts

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
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

[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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×