Can jass-execute ever return with non-zero code?

I would like to have my custom driver exit with a non-zero exit code after it's done (or right away if that's the only way).

Is that possible? No matter how many logError's I create, jass-execute always returns return code 0 when it's done.

What should I call (or set) to allow jass-execute to return the error code I want? Exiting with a non-zero code myself in the finish script doesn't work -- it is always zero.

Ideas? I'm using Jass 4.1.0

-Chris from Upstate, NY

[602 byte] By [celfers] at [2007-11-25 22:34:59]
# 1

You can upgrade to JASS/SST 4.2 (still free download). Return codes aer:

# 0Success

# 1Execution error

# 2Security violation(s) detected

# 3Another instance of jass-execute is running

# 4Terminated due to user request

danx at 2007-7-5 2:53:22 > top of Java-index,General,Sun Alert and Security Discussion...