Is this macro possible?

I was trying to make a macro that uses my item nr. 13 (Tuft of Smoldering Plumage) on mouseover when ctrl 4 (in this case) is pressed and then yells:
“Phoenix Feather used on [Target Name]”
(we call it Phoenix Feather) so my mates know who to push back on the focus list for healing
I tried this code:

#showtooltip
/cast [nomod, @mouseover,heal] Unleash Life
/cast [mod:shift, target=focus] Wind Shear
/use [mod:ctrl,@mouseover] 13 /say Phoenix on [@target]

https://www.curseforge.com/wow/addons/macro-talk

#showtooltip
/cast [mod:ctrl,@mouseover] 13; [mod:shift,@focus] Wind Shear; [@mouseover] Unleash Life
/gr [mod:ctrl,@mouseover,exists] Phoenix on %m

Hmmm. That helps a lot but now I am wondering if it is possible, to make another macro as a Variable that the Macro could use something like this:

/use [mod:ctrl,@mouseover] [Variable Macro]
(Variable Macro= /gr Phoenix on %m)

So I don’t have the “[mod:ctrl,@mouseover]” in the message the macro says

Huh?

10char

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.