MacroShrinker

MacroShrinker

    Version:    1.2
    Date:        04/25/2009
    Author:        Yewbacca

Implements common functions that allow you to write shorter macros.
Lets you save up to 70 characters in a macro for the most common and often-repeated functions, which helps you stay within the macro length limit.

Simply install the addon and edit your macros to replace the common commands below with their new /msh *-equivalents.

    /msh clr = /script UIErrorsFrame:Clear();
    /msh sfxoff = /console Sound_EnableSFX 0
    /msh sfxon = /console Sound_EnableSFX 1

Even shorter macros, combining the above into their most common use:

    /msh 0
    /yourmacrocommands
    /msh 1

The above macro works because the option 0 will turn off all sound, while the option 1 will enable all sound and clear the error log, saving you from having to do these things separately.

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

Facts

Date created
24 Apr 2009
Categories
Last update
24 Apr 2009
Development stage
Release
Language
  • enUS
License
GNU Lesser General Public License version 3 (LGPLv3)
Curse link
MacroShrinker
Recent file
  • R: v1.2 for 3.1.0 on 24 Apr 2009

Authors