• 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

Planar Savant Trait

Rhallan

Member
I was hoping I could get some help using the Editor to make this trait for Hero Lab. I know it is part of the Ultimate Campaign book, but I do not have the money for the book - and I am only using the 1 thing from it for the campaign I am in.

Planar Savant

You have always had an innate sense of the workings of the planes and their denizens.

Benefit: You may use your Charisma modifier when making Knowledge (planes) checks instead of your Intelligence modifier.

Can anyone give me a hand? I haven't had Hero Lab for very long, and I am still learning.
 
This Eval script should have the effect you need. Put it on your new trait.

PostLevel 10000
Code:
doneif (tagis[Helper.FtDisable] <> 0)

perform hero.childfound[skKnowPlan].assign[SkillOver.aCHA]
 
Back
Top