how i can make a  macro, to cast judgement and seal of righteousness with 1 click ?
 
	i tried, with  classicmacros addon like this:
 
	/cast Judgement 
	/script SpellStopCasting() 
	/cast Seal of Righteusness
 
	didnt work on this server, i have tried  supermacro , but i cant get that thing to work for me  :(
 
	tried this: 
 
	/cast Judgement 
	/script SpellStopCasting() 
	/script if not buffed("Seal of Righteousness") then cast("Seal of Righteousness")end;
 
	and i get the error msg: Interrupted. , help plz