Jump to content
Sign in to follow this  
HaZZarD

How to add uniforms vest head gear etc to unit backpack

Recommended Posts

hi all :)

like the title says , how I add uniforms vest head gear etc to a unit backpack ?

i have some divers but then i want them able to change the uniforms head gear and all the stuff taking all from their backpacks

so i do this

i put a diver explosive expert , i clear his backpack with this command clearAllItemsFromBackpack unit

then i dont know how to add uniforms in the backpack :(

Share this post


Link to post
Share on other sites

#1. Use BIG Backpack:

this addBackpack "B_Carryall_blk";

#2. Just use addItem "uniform_name_here"; OR

for multiples use: additemCargo ["FirstAidKit",5];

MP can get goofy. For example I use:

(unitBackpack this) additemCargo ["rpr_TGSD_uniform2",1];

May want to try _unit or unit instead of this when experimenting.

I forgot the "correct/best" syntax to use for loadouts.

Do Not use my example with that uniform. It's from a mod. Fill in your own.

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  

×