Two spell one bind macro

So I want to use two different gcd spell by pressing the same key twice, how can I do that?

I tryed /castsequence but it didn’t work
the macro icon turn into question mark when I press the first spell.

I want to bind windwalker monk’s spell,
first click for
Weapon order + storm earth and fire
second click for
Celetial + storm earth and fire

thanks a lot!

Post your macro, it is likely you have a typo or syntax error.

/castsequence won’t work with spells that have a comma in the name, like the monk celestials.

You can use the [pet] condition instead.

#showtooltip
/cast [nopet] Invoke Xuen, the White Tiger; Weapons of Order
/cast Storm, Earth, and Fire
1 Like