I need to trigger a bit of code to run when the user saves the file, I tried scriptJob -e "SceneSaved" "runScriptJobProc"; The problem with that is the script job executes the code after the save is complete, I need to pause the save, run my code and then let the save continue. Does anyone know if there's a command for that?