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

Things you’d like to miss in the future...
Post Reply
highend
Posts: 13664
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

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

Post 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
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 62075
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

Confirmed. :tup: Fix comes.

Post Reply