Jump to content
Sign in to follow this  
mr_centipede

How to properly create a Center?

Recommended Posts

Hi, I just tried using BIS_fnc_SpawnGroup to spawn groups. I already create a center and the group succesfully spawn on map.

The problem is they wont engage the enemy (the enemy is editor placed group, not spawn). They just get killed instead. Never take cover or return fire.

I tried seting setCombatMode "YELLOW" but still no go.

But if i put a unit (of the same side as the spawned group) at set it probability of presence to 0% then the spawned group behave correctly (taking cover, return fire, etc)

Why is that I wonder?

Share this post


Link to post
Share on other sites

 _ec = createCenter east;

or as you said, just put down 0% units for whatever side you want.

Share this post


Link to post
Share on other sites

i always place 1 of each side on map with prob 0%, then all centers are covered.

i havent noticed anything with center as i use it very rarely.

did you set them captive or something?

or did you do anything else, maybe use wrong side for the BIS_fnc_spawnGroup ?

they dont like west units spawned in a east group etc..

Share this post


Link to post
Share on other sites

Well, I just did what Kylania said,

_sideHQ = createCenter east;

_newGrp = spawnunit;

_newGrp addWP toward enemy;

hit preview and watch the fireworks...

So for now, I just settle with placing unit with 0% presence instead.

Thanks guys

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  

×