Like the title says, I was wondering if it’s possible to have a macro for a count-down timer to be different depending on if I right or left-click. I’d like a 10s timer if I left-click, and a 3s timer if I right-click.
Thanks!
Like the title says, I was wondering if it’s possible to have a macro for a count-down timer to be different depending on if I right or left-click. I’d like a 10s timer if I left-click, and a 3s timer if I right-click.
Thanks!
That worked! Thanks!
If anyone knows how to do it without an addon though, I’d be curious to see.
EDIT:
Just for in the future, if anyone else ever comes upon this wanting to know, I found the answer…
/run if SecureCmdOptionParse("[btn:2]") then SlashCmdList["DEADLYBOSSMODS"]("pull 3") else SlashCmdList["DEADLYBOSSMODS"]("pull 10") end
Enjoy!