I was wondering if anyone would be able to help me with this? I have a macro that turns my master sound on and off, but I want it to also tell me what the current status is in chat or another method if possible. The macro is below. So far I have tried everything I can think of related to /print macros and can’t get it to work so any help is appreciated. Thanks in advance.
/run SetCVar(“Sound_EnableAllSound”,GetCVar(“Sound_EnableAllSound”)==“0” and 1 or 0)