Help with Empowered Seals

I have found that this macro works really good for me, but I would like to add something so it “Turns on” Seal of Truth when I start my “Ret” macro, and Seal of Righteousness for my “RetAOE” macro.

Here is what I am working with

Sequences['Ret'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
    "/cast Templar's Verdict" ,
    '/cast Judgment',
    "/cast Templar's Verdict" ,
    '/cast Crusader Strike',
    "/cast Templar's Verdict" ,
    '/cast Exorcism',
    "/cast Templar's Verdict" ,
    '/cast !Avenging Wrath',
    "/cast Templar's Verdict" ,
    '/cast Hammer of Wrath',
    PostMacro = [[
/use [combat]13
/use [combat]14
    ]],
}

Sequences['RetAOE'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
    "/cast Divine Storm" ,
    "/cast Divine Storm" ,
    '/cast Judgment',
    "/cast Divine Storm" ,
    "/cast Divine Storm" ,
    '/cast Hammer of the Righteous',
    "/cast Divine Storm" ,
    "/cast Divine Storm" ,
    '/cast Exorcism',
    "/cast Divine Storm" ,
    "/cast Divine Storm" ,
    '/cast !Avenging Wrath',
    "/cast Divine Storm" ,
    "/cast Divine Storm" ,
    '/cast Hammer of Wrath',
    PostMacro = [[
/use [combat]13
/use [combat]14
    ]],
}

There is already one here on the site with empowered seals.
Just take a sneak-peak and implement them into your sequences.

Cheers

Hi mate, here is actual help:

put this under pre macro
/cast Seal of Truth
and
/cast Seal of Truth
for your single & Aoe

hope that saves you some time & effort
Druccy

What talents and glyphs are you running?