I have this macro universal. Then I can turn all sounds on/off on any toon I wish to silence or hear

/run if GetCVar("Sound_EnableAllSound") == "0" then SetCVar("Sound_EnableAllSound", 1);print("Sound is on"); else SetCVar("Sound_EnableAllSound", 0);print("Sound is off"); end