will, /run SpellStopCasting() for b=0,4 do for s=1,GetContainerNumSlots(b,s)do local n=GetContainerItemLink(b,s)if n and (strfind(n,“Grenade”))then UseContainerItem(b,s)end end end , work for cancelling a grenade?
or does anyone have a better 1 button macro for throwing a grenade and canceling it?
1 Like
Why would you want to cancel an iron grenade (curious)
keep it from going on cd when i know its a bad toss.
5 Likes
couldnt you just hit esc?
2 Likes
#showtooltip Iron Grenade
/cast [@cursor] Iron Grenade
/stopcasting [mod:shift]
*You can remove the @cursor part if you prefer the slower/regular reticle targetting.
/stopcast
Pre sure thats sll u need