Global Error Handling with Alerts or MP3 Sounds

Hello, I’ve been looking around but can’t find the right solution.
Is it somehow possible with a special “global” command that the script does not stop in case of an error, but simply pops up or plays a prompt/alert/MP3 sound file?
Sure, you could do all this with IF queries (which I do), but I don’t want half of the script to consist of IF queries.

You can use

store | true | !errorignore

…but that does not sound an alarm, it simply ignores any errors and continues with the next command in the macro.