Jump to content
Sign in to follow this  
RonnieJ

Spawned units kill eachother?

Recommended Posts

Hey guys... I have a problem when I spawn a group using a trigger... As soon as the group is spawned the group start nuking the vehicle that is spawned with the group..

The code is:

Enemy3 = [getmarkerPos "Enemy3", side player, (configFile >> "CfgGroups" >> "East" >> "RU" >> "Motorized" >> "RU_MotInfSection_Recon")] call BIS_fnc_spawnGroup; 
wp1 = Enemy3 addwaypoint [position AI2, 0]; 
wp1 setwaypointtype "SAD"; wp1 setWaypointSpeed "FULL"; 
wp1 setWaypointCombatMode "RED";

Share this post


Link to post
Share on other sites

No the players is on west side... and I spawn the "RU_MotInfSection_Recon" group... in this group there is a vehicle that gets nuked by the rest of the infantry in that group... weird? :S

Share this post


Link to post
Share on other sites

that's cause your spawning west AI in east bodies. :)

put east in there.

Enemy3 = [getmarkerPos "Enemy3", side player, (configF

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  

×