• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Manifester Level

Sendric

Well-known member
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:
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:
Back
Top