khaosmatical 237 Posted March 8, 2016 Long story short, I'm attempting to make an addaction where you can access the Virtual Arsenal at anypoint, anywhere.So far I have player addAction ["VA", "call BIS_fnc_arsenal"]; Which gives the ability to open the arsenal but it only have the current equipped gear compared to all in-game items. If anyone know's how to make this nonsensical idea a reality that would be awesome! Especially if it can be done without external scripts. Share this post Link to post Share on other sites
donelsarjo 60 Posted March 9, 2016 too lazy to google? "addaction arsenal" https://forums.bistudio.com/topic/170461-how-to-use-virtual-arsenal-like-the-virtual-ammobox-system/?p=2662764 1 Share this post Link to post Share on other sites
khaosmatical 237 Posted March 9, 2016 Negative, I found similar topics but they were all about putting VA onto things such as ammo boxes or vehicles which Im aware how to do. Share this post Link to post Share on other sites
pedeathtrian 100 Posted March 9, 2016 BIS_fnc_arsenal player addAction ["VA", {["Open", true] spawn BIS_fnc_arsenal}]; 1 Share this post Link to post Share on other sites
khaosmatical 237 Posted March 9, 2016 BIS_fnc_arsenal player addAction ["VA", {["Open", true] spawn BIS_fnc_arsenal}]; Much appreciated man. Can this thread be closed, thanks :) Share this post Link to post Share on other sites