/ Id-Extras Forum / Document Action Close script? / Reply To: Document Action Close script?

#6929
~~Ariel~~
Participant

    Glad it you managed to get it work!

    For line breaks, try adding \r wherever a line break is needed in the script string (usually after each semicolon, etc.)

    If that doesn’t work, maybe \r\n or \n\r (line break + new line)