Quick question for someone more experienced with LUA than I am:
I have 4 mages and I want one button (X for example) for all of them to be able to cast polymorph, but I want them to cast it one at a time. A simple counter script? Does the WoW interface support this?
Psuedo Code:
/* make the fourth mage cast poly on his turn */
if a = 4
/cast polymorph:sheep
a++
endif
if a > 5 || a < 1
a = 1
endif
Each mage would have a macro with his own particular number. Anyone have any insight into this? Thanks
Connect With Us