Im relatively new here and i just thought id give scripting in CS a shot. I had the idea of copy the idea from the Knights of the Nine armor script (unequip if you have infamy), and turning it into unequiping blackwood armor if you DONT have infamy. I get this error message
http://images.[censored].org/g/src/1302014636158.png
Thanks in advance
Damn... censor
Ill post the script
scn NDBlackwoodBootsSCRIPT
ref tempRef
begin OnEquip player
if getPCInfamy > 1
set tempRef to GetContainer
tempRef.unequipitem BlackwoodBoots
end
and the error is
Script 'NDBlackwoodBootsSCRIPT', line 6:
Mismatched if/else/endif block starting on line 6