-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consolidateSingleChild breaks interactions #9876
Comments
All action conditions (including parent action conditions) are checked before statement is called. If any condition fails statement is not called.
And
It returns When menu consolidation is disabled, ACE "forgives" nil return value and it works. You can check it for I didn't check if menu works with fixed function but I'm sure it will work. |
Thanks for the investigation, you're correct and this was indeed the issue. |
I recently encountered a similar issue in the Advanced Equipment mod, caused by the argument passed to an action's condition being different depending on the Is this intended behaviour by the ACE Interact Framework or an error in ACE/Advanced Equipment? |
Mods (complete and add to the following information):
2.14
3.16.1
3.16.3
Description:
When consolidateSingleChild is enabled, interactions that were consolidated never get called. This is issue for mods using ACE interactions, not for ACE itself - that works
Steps to reproduce:
Expected behaviour:
The interaction should happen
Where did the issue occur?
Additional context:
Discord thread
The text was updated successfully, but these errors were encountered: