Before I put too much time into it, just want to know if the following pseudo-code is possible in a /custombind:
name=quick_click
down=check if epic is not currently equiped/if[Me.Inventory[mainhand]!="water sprinkler of nem ankh", (/multiline ; swap current mainhand out for cleric epic in a bag, set global variable to know that this has been done-ie: /declare Epicstate global ; /varset Epicstate 1), (otherwise, just set the global variable to 0 /multiline ; /declare Epicstate global ; /varset Epicstate 0)
up=right click epic, wait 10.5 second for the cast to finish /multiline ; /itemnotify mainhand rightmouseup ; /timed 105 /if "Epicstate"==1, (if we swapped out mainhand for epic earlier, swap it back), (otherwise, do nothing)

