Jump to content
Sign in to follow this  
IAMGOOGLE

ACM, spawn single faction

Recommended Posts

hey i was looking for this on the forums but couldnt find anything so i thought id jst ask.

Im trying to make the Ambient combat manager only spawn takastani militia ground units and so far all my attempts have failed :/

some one help plzzzzz :)

ty

Share this post


Link to post
Share on other sites

Name your ACM modules: BIS_ACM

Put this in the bottom of your init.sqf.

//ACM settings	
[] spawn {
	waitUntil {!(isnil "BIS_fnc_init")};
	sleep 10;
	[["BIS_TK_INS"], BIS_ACM] call BIS_ACM_setFactionsFunc;
	["ground_patrol", 1, BIS_ACM] call BIS_ACM_setTypeChanceFunc;
	["air_patrol", 0, BIS_ACM] call BIS_ACM_setTypeChanceFunc;
};

That should work.

Check out this thread for more info on the ACM. On the last page is all the info on the classes and groups in OA, in case you want to throw some UN patrols in the mix ;).

Share this post


Link to post
Share on other sites

thanks alot mate, worked like a charm, exactly what i was looking for :)

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  

×