ErrorToggle

This project is abandoned.

Whether this project is out of date or its author marked it as abandoned, this project is no longer maintained.

If you wish to take this project over, please report it and state your intentions.

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

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
01 Jun 2009
Category
Last update
03 Jun 2009
Development stage
Abandoned
License
Public Domain
Recent files

Authors