Page 1 of 1

SC: exit doesn't work in CEA - Exit script

Posted: 13 Sep 2024 08:42
by highend
Latest beta

Configuration | General | Custom Event Actions
Other Events | Exit: Run Script
Script:

Code: Select all

    exit "n";
    text "a";
Result: The text command is still executed

Alt script:

Code: Select all

    #191;
    text "a";
Result: Works fine, no text command is executed

Re: SC: exit doesn't work in CEA - Exit script

Posted: 13 Sep 2024 09:24
by admin
Confirmed. :tup: Fix comes.