View Single Post
06-04-11, 04:13 AM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
You could make a macro that checks your current volume level first, but that might be a little too complicated.

I use this:

Code:
SlashCmdList.VOLUME = function(val)
	SetCVar("Sound_MasterVolume", val)
end
SLASH_VOLUME1 = "/vol"
So you can type /vol <number>, or just make a macro with the volume you want.
  Reply With Quote