steelgrave 10 Posted September 18, 2013 Hi all I'm trying to use the "This Removeallweapons" command to remove all weapons, but no joy. Also tried the removeallweapons unitname variation. I see there are scripts that could possibly do what I want, or I can try removing individual weapons and their mags, but ideally I'd just like one command in the init field that removes everything. Am I using the removeallweapons command incorrectly? Any other suggestions? Thanks Share this post Link to post Share on other sites
kylania 568 Posted September 18, 2013 For vehicles you'd need to remove the weapons and magazines individually. Example: // arma2 classnames this removeMagazinesTurret ["4Rnd_Maverick_L159",[-1]]; this removeMagazinesTurret ["2Rnd_Sidewinder_AH1Z",[-1]]; this removeWeapon "MaverickLauncher_ACR"; this removeWeapon "SidewinderLaucher_AH1Z"; Share this post Link to post Share on other sites
steelgrave 10 Posted September 25, 2013 Actually, got the desired result by using the ammo slider. Dragging it all the way to empty removes all the weapons from the plane. Useful for training or parked aircraft. Thanks for the reply though Kylania. Share this post Link to post Share on other sites