/count different depending on right or left click

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!

Yup. Grab Macro-Talk and use the /opt command.

That worked! Thanks!

If anyone knows how to do it without an addon though, I’d be curious to see. :slight_smile:

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!