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
Description:
When modding a config-defined interactions to use the exception "isNotHandcuffed", the interaction cannot be seen or used while handcuffed.
Steps to reproduce:
Mod a self-interaction via config with exceptions[] = {"isNotHandcuffed", "isNotSurrendering"};
When trying to use the interaction normally, it will work
While surrendering, the interaction will work
While handcuffed, the interaction is not shown (neither is the root interaction node)
Expected behavior:
The interaction should still be visible and selectable, just how interactions with exception "isNotSurrendering" are while surrendering.
Where did the issue occur?
Editor (Singleplayer)
Log Files:
No log files
Additional context:
I tried fixing it by adding the "isNotHandcuffed" exception here, but the issue appears to run deeper than that.
Mods (complete and add to the following information):
2.16.151618
3.17.1.240424
Description:
When modding a config-defined interactions to use the exception
"isNotHandcuffed"
, the interaction cannot be seen or used while handcuffed.Steps to reproduce:
exceptions[] = {"isNotHandcuffed", "isNotSurrendering"};
Expected behavior:
The interaction should still be visible and selectable, just how interactions with exception
"isNotSurrendering"
are while surrendering.Where did the issue occur?
Log Files:
Additional context:
I tried fixing it by adding the
"isNotHandcuffed"
exception here, but the issue appears to run deeper than that.ACE3/addons/interact_menu/functions/fnc_keyDown.sqf
Line 39 in 70c8322
Screenshots:
No useful screenshots
The text was updated successfully, but these errors were encountered: