SC: exit doesn't work in CEA - Exit script
Posted: 13 Sep 2024 08:42
Latest beta
Configuration | General | Custom Event Actions
Other Events | Exit: Run Script
Script:
Result: The text command is still executed
Alt script:
Result: Works fine, no text command is executed
Configuration | General | Custom Event Actions
Other Events | Exit: Run Script
Script:
Code: Select all
exit "n";
text "a";
Alt script:
Code: Select all
#191;
text "a";