The first issue I see is that /pause commands are always executed at the end of that line. So, L2: /pause 1,/pet attack results in this: L2: pet attack my target, then I pause 1/10th second. In that order. Your macro should read: L1: /pause 1,/pet back off L2: /pet attack Alternatively, try L1: /pau...