Ret Gnome Sequencer sequence question (improve??)

Hi im new to this forum and with the GS too. I’ve been testing GS with a scrip that I found in this forum which I will only past the rotation (without CD’s and FV:
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,
‘/cast Hammer of Wrath’,
PostMacro = [[

I realized that this rotation was bad done because the priorities.
The macro that I want is to build holy power, not to strike with final veredict or cd’s. It Should be only this habilities: HoW> CS > Judg > Exo.
Even with the “correct” rotation to build holy power:
]],
‘/cast Hammer of Wrath’,
‘/cast Crusader Strike’,
‘/cast Judgment’,
‘/cast Exorcism’,
PostMacro = [[

It still have a small problem. When you have the 3 habilities on CD (CS-Judg-Exor) and you keep doing the rotation, there is one point that CS comes off CD in like 0,3 seconds after Judg so the macro will prioritize Judgment before CS and this happens often doing DPS. Sometimes randomly casts Exorcism before Judgment or CS, or Judgment before CS too… But yes sometimes it works correctly XD.
I would apreciate some answers or tips, I hope that you guys understand it all because my english.
See you byee

I’m having the exact same problem. Seems like all the abilities just come out randomly as I mash the macro. Is there a way to have it always hit the highest priority ability?