sorry about this, but I'm a bit of a n00b when it comes to these things, I'd like it when I click on the cure curse button for it to tell (1) the raid chat that I'm curing a curse and (2) who I'm curing so that the others aren't wasting curse cures.
Thanks in advance
nevermind, I found this in the F.A.Q. (I know, shoulda read it before but I saw this thread!)
Here you can add any macro code you want which will be executed when you press the respective click-to-cure button. Note that this macro will be executed regardless of whether you do actually cure something. The macro will also be executed if you cure yourself. For the macros you can use variables similar to the quick macro buttons. For example you can make the following edit:
<Data Name="CurseMacro" Code="raidsay Curing Parent.CureName from Parent.Target" />
Now if you click the CureCurse button next to a player named FluffyBunny this will tell your raid that you are "Curing Curse from FluffyBunny". You can add any macro you want, including multi-line macros (e.g. to add a tell as well).