Jump to content
Cajun_Bean

ACE Arsenal + Vanilla Action Menu integration.

Recommended Posts

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×