Hey guys, so I've been trying to make use of some macros, and I am getting an error message, it says this http://imgur.com/a/FChAT 
	cant figure out how to embedd images, but that is what i got. Any idea why I am getting this error?  
	I do have Supermacro 3.15   
	I get the error when saving the macro, but the macro does not function at all.  
	Here is the code
 
	 
 
	HELP ME!!!
 
	 
 
/script if not IsCurrentAction(48) then AttackTarget() end;
/script if not buffed("Judgement of the Crusader", 'target') then if not buffed("Seal of the Crusader") then CastSpellByName("Seal of the Crusader") end end
/script if not buffed("Judgement of the Crusader", 'target') then CastSpellByName("Judgement") end
/script if not buffed("Seal of Righteousness") then if buffed("Judgement of the Crusader", 'target') then CastSpellByName("Seal of Righteousness") end end