How would one go about adding an insight bonus to ac via script. I have tried several phases/priorities (the latest being final 10000).
Code:
~If we are an arcane caster we get a +1 insight bonus to AC
if (tagis[Hero.Arcane] <> 0) then
#applybonus[BonInsight, hero.child[ArmorClass], 1]
endif