I have a script within SD that saves my libraries to the library folder of my user domain.
save mScriptLibTemporaryDocument in (mScriptDebuggerLibraryFolderPath & mRunOnlyScriptFileName) as compiled script with run only
when I add the run only:true it no longer works and gives me the error: Script Debugger got an error: AppleEvent handler failed.
Without the run only it still works.