Macro: Temporarily Suppress Error Messages and Speech/Sound

Works as of 7-Jul-2024. Replace the /use lines with whatever you want.

/console Sound_EnableErrorSpeech 0
/use Kick
/use Fishing
/use Survey
/run UIErrorsFrame:Hide() C_Timer.After(0, function() UIErrorsFrame:Clear() UIErrorsFrame:Show() SetCVar("Sound_EnableErrorSpeech",1) end)