-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue:
When setting up an install option with multiple negative DependsOnKeys values and ACTION_ALLOW_SELECT as the NotMetAction, the install option will remain selected when NotMetAction is true due to first having selected the first install option as ordered in DependsOnKeys. If NotMetAction is true and the non-first option is selected, this conditional option will become unchecked.
Expected behaviour:
The selection of the first OptionKey causes the conditional install option to become unchecked.
Non-first OptionKey is selected:

Example Mod:
RemoveEnemyGrenades_1.0.zip
Example Mod with workaround:
RemoveEnemyGrenades_1.0.zip
A hidden OP_NOTHING option is used as the first OptionKey in DependsOnKeys to achieve the desired behaviour.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

