Hey everyone I am finally getting around to level my second healer, AST.

I need macros for cards and at present I have a semi-decent solution and looking for assistance.

*Goal is to inform players when I use the cards. A lot of the time they don't realize when a card is actually used.
MACRO:
"Draw"
/macroicon "Draw"
/hotbar change 10
/action "Draw"



MACRO OF CARD APPLICATION:
/macroicon "The Balance"
/say 10% DAMAGE INCREASE ON <t> ! VIVE LE IMBALANCEDW!
/action "Draw"
/hotbar change 1
<se.6>


Odd thing is I can't get the sound effect to work....

But I suppose something I am curious about is there any way of overloading the method so that it handles all of the different cards in a unique way?