Need modication for current macro

#showtooltip Gnaw
/cast [mod:shift,@focus,harm,nodead] [] Leap
/cast [mod:shift,@focus,harm,nodead] [] Gnaw

Is there a way to make it so it doesn’t cast both right away, only cast 1 per use of keybind…f or example, first time i hit ‘W’, it uses leap, 2nd time i hit ‘W’, it casts gnaw

right now i use macro once, and it uses both abilities rigtht away. if that makes sense…

‘W’ is my keybind for the macro

Not exactly, but that could be modified to do much of what you want by doing it this way:

#showtooltip
/cast [mod:shift,@focus,harm,nodead][mod:shift]Gnaw;[@focus,nomod:ctrl,harm,nodead][nomod:ctrl]Leap
/stopmacro [nomod:ctrl]
/cast [@focus,harm,nodead][]Leap
/cast [@focus,harm,nodead][]Gnaw

Hold the shift key down, cast Gnaw.
Tap it again with no mod key, cast Leap.

Additionally, if you ever WANT to have it behave as it does now, tap it with the ctrl key down and it will.

Not what I’m looking for :confused:
Unfortunately i’m already using shift modifier for focus
regular keybind for target, shift keybind for focus.

/EDIT No worries i figured o0ut a sulotion!!

#showtooltip
/castsequence [mod:shift,@focus,harm,nodead] [] Leap, Gnaw