Cajun_Bean 0 Posted June 28, 2019 Does anyone know how to add a scroll wheel option (vanilla action menu) to an ace arsenal so that the ace interaction menu is not needed to open it while still being the ace arsenal interface. Help appreciated. Share this post Link to post Share on other sites
7erra 629 Posted June 28, 2019 https://ace3mod.com/wiki/framework/arsenal-framework.html#21-adding-ace-arsenal-to-a-box _box addAction ["ACE Arsenal", { params ["_target", "_caller", "_actionId", "_arguments"]; [_target, _caller] call ace_arsenal_fnc_openBox; }]; Share this post Link to post Share on other sites
Cajun_Bean 0 Posted June 29, 2019 12 hours ago, 7erra said: https://ace3mod.com/wiki/framework/arsenal-framework.html#21-adding-ace-arsenal-to-a-box _box addAction ["ACE Arsenal", { params ["_target", "_caller", "_actionId", "_arguments"]; [_target, _caller] call ace_arsenal_fnc_openBox; }]; So I added virtual items and ace whitelisted but it is still the BI Arsenal on scroll wheel and ACE through ace. Is there a way to open the ACE aresenal through the scroll menu? Share this post Link to post Share on other sites