Gnome Ret

Attempted to use step function to prioritize cast sequences


Sequences['RPST'] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
    PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostance: 1] seal of truth
/cast Avenging Wrath
    ]],
    '/cast Hammer of Wrath',
    "/cast Templar's Verdict",
    '/cast Crusader Strike',
    '/cast Exorcism',
    '/cast Judgment',
    '/cast Holy Prism',
    PostMacro = [[
/startattack
    ]],

Spell order can easily be changed, just place them in the order you wish them cast.