ptpau 10 Posted April 13, 2014 I am building a mission where I need an ammo box only destructible by a demo charge rather than just by shooting it with small arms as you can now, Thank you in advance for any help. Share this post Link to post Share on other sites
mikie boy 18 Posted April 13, 2014 _ammobox addEventHandler ["HandleDamage",{((_this select 4) == "SatchelCharge_Remote_Ammo") || ((_this select 4) == "DemoCharge_Remote_Ammo");}]; should do it Share this post Link to post Share on other sites
ptpau 10 Posted April 13, 2014 Does exactly what I needed, thank you very much. Share this post Link to post Share on other sites