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

