DangerMaus
Member
I found where someone ported over the practiced spellcaster feat and tried it myself but it doesn't appear to be working. The feat should add +4 to the caster level up to your maximum character level. I created a test PC and gaveit 3 levels of Fighter and 3 levels of Wizard. When I add the feat the caster level on the Wizard tab does not change. Here is the script info:
field[usrChosen1].chosen.field[cCasterLev].value += 4
field[usrChosen1].chosen.field[cCasterLev].value = minimum(field[usrChosen1].chosen.field[cCasterLev].value, herofield[tHitDice].value)
Phase = Post-levels ; Priority = 5000
Any ideas?
-dm
field[usrChosen1].chosen.field[cCasterLev].value += 4
field[usrChosen1].chosen.field[cCasterLev].value = minimum(field[usrChosen1].chosen.field[cCasterLev].value, herofield[tHitDice].value)
Phase = Post-levels ; Priority = 5000
Any ideas?
-dm