Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
charon productions

Createcenter command bugged ???

Recommended Posts

With just 1 civilian on the map, the following script is called:

sleep 1;

createcenter west;

createcenter east;

_grp1=creategroup west;

_grp2=creategroup east;

"USMC_soldier" createunit [POS1,_grp1,"Sold1= this", 1, "COLONEL"];

"RU_soldier" createunit [POS2,_grp2,"Sold2= this", 1, "COLONEL"];

Result is that the units dont attack each other.

They are enemies to each other, i checked that.

They will attack each other only, if there is west and east units already on the map at init.

So the whole point of the createcenter command is lost.

Other people had similar problems:

http://forums.bistudio.com/showpost.php?p=1386648&postcount=3

Share this post


Link to post
Share on other sites

From the wiki

You need to set the new sides friendly status using the setFriend command, once you have created your Center. Otherwise the newly created AI will not engage you, if you're on the opposing side

Share this post


Link to post
Share on other sites
Sign in to follow this  

×