Command sequence?

Can I have a sequence of slash commands in a macro? So that when I press a button once, it executes /command1 , if I press it second time, it executes /command2 , and the next press goes back to /command1, etc?
I want to have a button that switches between different player frame borders via an addon in classic wow. I want to utilize it to know whether or not my auto-cast is toggled on or off.

Hi,
it sounds like you want some kind of a /castsequence macro for slash commands, unfortunately that is not possible.

Maybe conditionals with modifier or button can help you.

/command [mod:alt]
/command [button:1]

Regards

Thank you for the reply.
But unfortunately, that is not what I’m looking for.

Ah, well… Not a big deal, I suppose.

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