• 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

Bonus Skill

Manalishi66

Well-known member
I have a custom ability that adds Knowledge (planes) as a bonus skill. How do I script this? Can't seem to find info to even start.

Thanks...

Don
 
You can do this in an eval script through the editor on the custom ability:

Phase Pre-Levels priority 5000
Code:
  #makeclassskill[skKnowPlan]

This will make the skill a class skill for any character you add it to.
 
Back
Top