nice macros so far. i'm trying to create one where when a spell that has a long cooldown is used, i can use the /wait command and just before it comes off cooldown, it will echo to me saying that its ready. since i read somewhere that the maximum /wait is 60. is there a way to chain it if the cooldown is longer than 60s? also discovered a problem with it... eg

/micon "Swiftcast"
/ac "Swiftcast" <me>
/wait 58
/echo Swiftcast is UP in 2s !!!

now, on its own..the above macro works. but if u cast another spell after that..then it wont work for some reason..any ideas?