View Single Post
09-05-20, 07:02 AM   #5
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
On a similar note, I have a few macros like

Macro : "BOB"
/cast [@mouseover] MySpell

and then
SetBinding("F1", "MACRO BOB");

Due to limited number of macros, is there a way to use SetBinding in a way similar to the pseudo-code below, so as to avoid creating a macro?

-- this does not work
SetBinding("F1", "/cast [@mouseover] MySpell");
  Reply With Quote