Putting in Shadowed's "how to run macros today"
No edit summary |
(Putting in Shadowed's "how to run macros today") |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
{{removedapi|(unknown, very early)|Use [[API RunScript|RunScript]] instead.}} | {{removedapi|(unknown, very early)|Use [[API RunScript|RunScript]] instead.}} | ||
Running macros can be accomplished with two function calls: | |||
local _, _, script, _ = GetMacroInfo( macroID ); | |||
RunScript( script ); | |||