Is there an equivalent to the thing 'cCasterLev' for Manifester Level? I'm looking to do add the feat Practiced Manifester (which is the same as Practiced Spellcaster, except for Psionic classes - ie add 4 Manifester levels up to max of HD), but I can't seem to figure out what the equivalent would be.
FYI, here's the script for Practiced Spellcaster:
FYI, here's the script for Practiced Spellcaster:
Code:
field[fChosen].chosen.field[cCasterLev].value += 4
field[fChosen].chosen.field[cCasterLev].value = minimum(field[fChosen].chosen.field[cCasterLev].value, herofield[tHitDice].value)
Last edited: