Jump to content
Sign in to follow this  
Brostrom.A | Evul

Getting this AddAction to work on a box in config

Recommended Posts

I'be been trying to get this thing to work now with many different kind of methods but with no luck.

What am i doing wrong? 

	class CAV_Crate_Base : B_CargoNet_01_ammo_F {
		//...
		class TransportMagazines {
			//...
		};
		class TransportWeapons {
			//...
		};
		class TransportItems {
			//...
		};
		class UserActions {
			class Select_JTAC {
				displayNameDefault = "JTAC";
				showWindow = 0;
				hideOnUse = 0;
				displayName="JTAC";
				position="action";
				radius=0.10000;
				onlyForPlayer = 1;
				condition="alive this";
				statement="this addaction [""cScripts\cLoad.sqf"",16]";
			};
		};
	};

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  

×