ErrorToggle

  • 1 page found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
Main Velgawd Velgawd Jun 03, 2009
A simple addon that can dramatically reduce the character space used when creating macros by creating two new slash commands. /et0 and /et1 Example Macros Without ErrorToggle (213 characters) #showtooltip /console SetCVar("Sound_EnableSFX", 0) /run UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE") /cast Fireball /console SetCVar("Sound_EnableSFX", 1) /run UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE") With ErrorToggle (37 characters) #showtooltip /et0 /cast Fireball /et1
  • 1 page found