I'm currently trying to make chat notification macros for when my buffs are off cd. This is an example of what I'm doing currently:
/action "Battle Litany" <me>
/wait 180
/echo Battle Litany Avaliable
/macroicon "Battle Litany"
So far no issues, the problems being to arise when I use two at once as the last one used overwrites the echo notification of the other skills. Is there a way to stop it doing this?