I've got an Applescript that executes a 'do script' command, but it always gives an error in Script editor. The script is absolutely there and the filename is absolutely correct, and it's active, and not part of deactivated macro group. Any idea what would cause this?
The test code is
tell application "Keyboard Maestro Engine"
do script "Name Updating Window"
end tell
Any suggestions would be appreciated!