WoW API: RunMacro

Revision as of 07:36, 17 July 2006 by WoWWiki>Mikk (Putting in Shadowed's "how to run macros today")

WoW API < RunMacro


Running macros can be accomplished with two function calls:

local _, _, script, _ = GetMacroInfo( macroID );
RunScript( script );