diff --git a/@ExileServer/addons/a3_dms/scripts/fn_FillCrate.sqf b/@ExileServer/addons/a3_dms/scripts/fn_FillCrate.sqf index a46889c..24eef1a 100644 --- a/@ExileServer/addons/a3_dms/scripts/fn_FillCrate.sqf +++ b/@ExileServer/addons/a3_dms/scripts/fn_FillCrate.sqf @@ -317,3 +317,10 @@ if (_crate getVariable ["DMS_AllowSmoke", true]) then _marker attachTo [_crate, [0,0,0.5]]; }; }; + +_crate setVariable +[ + "ExileMoney", + (_crate getVariable ["ExileMoney", 0]) + (_crate getVariable ["DMS_CrateMoney", 0]), + true +];