Macro Help: NS & Regrowth

Hey,

Attempting to setup a Natures Swiftness macro and regrowth. Im using elvUI and clique as my main healing UI mods. i want to have a regrowth button, with a CTRL modifier that when pressed will activate NS. i want it to prioritize a mouseover target, but if none exists, cast on target instead.

ive tried the following macro:

#showtooltip
/cast [mod:ctrl] Nature’s Swiftness
/cast [@mouseover, @target, help] Regrowth”

ISSUES:

  • when i import into clique macro option and assign to a key, it doesn’t appear on my actionbar to assigned key. am i missing something?
  • Priority to mouseover then target doesn’t seem to work (@mouseover, @target, help) - is that buggy?

thanks

Your syntax is wrong.

#showtooltip
/cast [mod:ctrl] Nature's Swiftness
/cast [@mouseover,help,nodead] [] Regrowth