Mega Macro

Mega Macro

39.7k Downloads

Can't link guild invite link

MrWizard516 opened this issue · 3 comments

commented

I need to be able to make a guild recruitment macro that contains my guild link. The issue is that the SHIFT+CLICK doesn't work. Any idea if or when you will have this feature working?

commented

Similarly to the old macro UI, you need to put the link in chat and have a command insert it into the macro text field.

Exact steps are linking into chat, then wrapping the link in the code as shown below. Then when you press enter it gets inserted into the macro text field. You need to have the macro UI open to the macro you want to edit for this to work.

/script MegaMacro_FrameText:Insert("[Eternal Fire]")

For native macro system (for reference)

/script MacroFrameText:Insert("[Eternal Fire]")
commented

Thank you for your fast response. Works perfect!

commented

Glad I could help :)