• 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

Ultimate Psionics - Favored Class Options

Quintain

Well-known member
I'm working on a FCO for Half-giants that increases the manifester level (caster level) of the psychic warrior's path powers.

The problem lies in the fact that a path power is a chosen item, and I'm unsure on how to modify that manifester/caster level.

What I have so far:

field[abValue].value += field[fcCount].value / 2

doneif (field[abValue].value = 0)

perform assign[Helper.ShowSpec]

field[livename].text = signed(field[abValue].value) & " to manifester level for path powers."

hero.childfound[cPWaPathPo].field[usrChosen1].chosen.field[???Caster level??].value += field[abValue].value

-------------------

I'm unsure of how to reference a caster level for a specific power/spell that is being chosen by a different thing.

Suggestions?
 
Back
Top