Adding in the Warblade from Tome of Battle and am currently running into a bit of a snag. I'd like to improve on my eval script but to be honest, trying to figure out things on my own is a little taxing. Currently I'm tying to add an Insight Bonus to my Hero's Reflex saved based on his Intelligence bonus which can not exceed the Warblade's class level. I've also set this as an activate check box so it can be toggle on and off since it isn't applied when flat-footed. I can give further explanation if needed.
So far this is what I've got. Obviously I'm doing something wrong.
So far this is what I've got. Obviously I'm doing something wrong.
Phase: Post-levels Priority: 100 Index: 1
if (field[usrChkText].isempty <> 0) then
~ Apply our Intelligence bonus to our Reflex save
hero.child[vRef].field[vResist].value = hero.child[aINT].field[aModBonus].value
endif