Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
18 stars 13 forks source link

[Question/Feature Request] Is there / can there be an analogue to /run MacroFrameText:Insert("") ? #124

Closed nathanpaulyoung closed 3 years ago

nathanpaulyoung commented 3 years ago

This macro allows one to send item links into the default macro pane after clicking into the macro where you want the text to be inserted and then pressing escape to shift back to global focus.

/run MacroFrameText:Insert("")

You simply Shift + Click the item link in between the quotes, and that script inserts the item link into the Macro edit pane. Is there something equivalent for the edit frame in Mega Macro, and if not, can there be?

Sellorio commented 3 years ago

Yup, use MegaMacro_FrameText instead of MacroFrameText.

nathanpaulyoung commented 3 years ago

Excellent! Thank you!