You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a GUI based shop which hooks into the fortify system.
I'd like to remove the ace fortify action from the self interact menu.
I'm aware of ace_interact_menu_fnc_removeActionFromObject;
but couldn't use ACE_interact_menu_fnc_collectActiveActionTree to locate the correct tree. Possibly because I am using the function wrong.
Is there any easy way to disable the fortify menu from self interaction while keeping the other features enabled? E.g: "can fortify" still registers as true for use with ace_fortify_fnc_deployObject
I understand this of course wasn't the intention of fortify but id love to make the most of it for my project! Thanks <3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all!
I'm working on a GUI based shop which hooks into the fortify system.
I'd like to remove the ace fortify action from the self interact menu.
I'm aware of ace_interact_menu_fnc_removeActionFromObject;
but couldn't use ACE_interact_menu_fnc_collectActiveActionTree to locate the correct tree. Possibly because I am using the function wrong.
Is there any easy way to disable the fortify menu from self interaction while keeping the other features enabled? E.g: "can fortify" still registers as true for use with ace_fortify_fnc_deployObject
I understand this of course wasn't the intention of fortify but id love to make the most of it for my project! Thanks <3
Beta Was this translation helpful? Give feedback.
All reactions