After the 2.18 update my dialogs w/ buttons using 'action' don't work. The only solution I've found is to switch over to the EH 'onButtonClicked', but this is not a solution for mods / missions that no longer receive updates.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Ingame UI
Steps To Reproduce
Repro mission:
0. Load up repro mission
- Run in debug console createDialog "test_dialog_input_working" and observe working 'onButtonClicked' button
- Run in debug console createDialog "test_dialog_input_broken" and observe non-working 'action' button
Expected behaviour is for both dialogs to run test_function_1 and print to systemChat.