Question for you UI folks out there. I am considering a macro to smart cleanse along the lines of decursive, but I'm not sure if what I've come up with will work. Essentailly it functions in the following manner:

/castrandom [target=char1] Cleanse,
/castrandom [target=char2] Cleanse,
/castrandom [target=char3] Cleanse,
/castrandom [target=char4] Cleanse,
/castrandom [target=char5] Cleanse,
/castrandom [target=char6] Cleanse,
/castrandom [target=char7] Cleanse,
/castrandom [target=char8] Cleanse,
/castrandom [target=char9] Cleanse,
/castrandom [target=char10] Cleanse,

Now, the idea goes that /castrandom will automatically choose the "do nothing" option if there is nothing to cleanse, continuing down the line until it hits the end of the macro. Now whether or not that works in practice is another matter entirely. Has anyone tried this?

Question 2: How much does Macaroon fiddle with the interface? All Ireally want is to make some really long macros. I don't want my actions bars flying all over the place or resetting or antyhing like that.