View Single Post
06-29-11, 10:27 PM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by litesung View Post
Does anyone know of a macro that will toggle sound on and off?
I want to use bindpad to bind it to a key, so that if I want to mute WoW I can just press that key, and press it again to unmute wow.
Off:

/run SetCVar("Sound_EnableSFX", 0)


On:

/run SetCVar("Sound_EnableSFX", 1)
  Reply With Quote