Jump to content
Sign in to follow this  
Rich_R

Adding ACE_ConcertinaWireCoil to supply box

Recommended Posts

Does anyone knowhow I would add ACE_ConcertinaWireCoil to a supply box at the config level?

 

Trying to add them to a support box to air lift in.

 

Any help or pointers would be appreciated.

 

Thanks in advance!

Share this post


Link to post
Share on other sites

I'm late to the party, but maybe you still strugle with adding that thing. Did you try add the code below to the root of the supply box' config?
 

		class TransportItems
		{
			class _xx_ACE_ConcertinaWireCoil 
			{
				name = "ACE_ConcertinaWireCoil";
				count = 3;
			};
		};

 

Share this post


Link to post
Share on other sites

Hey @nightintruder

 

Yep! That's what I tried. It just doesn't show. When I looked in the ACE config, its a thingx???

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  

×