WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
WoWWiki
Advertisement

WoW API < RunMacroText


Execute a string as if it was a macro.

Parameters[]

Arguments[]

"macro"
String - the string is interpreted as a macro and then executed

Returns[]

nil

Example[]

 RunMacroText("/cast Immolate")

Result[]

Casts immolate (if executed in an untainted context).

Advertisement