Jump to content
Sign in to follow this  
SQUAWK

Working on my first SP Mission got only 1 problem left

Recommended Posts

Hello everbody!

I am currently working am my first SP Mission.

Done a LOT of work allready :-)

I just got one last problem.

I have the USMC_A3 AddOn with Uniforms and Weapons.

My Mission is allready working my single problem is to get my squad do wear the right uniform (like me).

Do i have to edit every single soldier manually?

Or is there a better option?

(Dan't want a bad scripted Mission).

Weapons etc are normal Vanilla from the Game, it's just about the Uniforms!

Thank you in advance and my english isn't perfekt is there is allready such a thread (i looked for it) then a link would be also enough for me!

THANKS and greeting from EUROPE

Share this post


Link to post
Share on other sites

Take a look on this:

side

addUniform

forEach

Example:

if (player side == west) then {			//You are filtering by side here
   {_x addUniform "yourUniformHere";} forEach allUnits;	// you are adding a uniform to all units previously filtered
};  

Edited by Icaruk

Share this post


Link to post
Share on other sites

Icaruk Thank you Sir!

Worked!

Greetings from Europe

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  

×