• 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

Animal Companions

Mergon

Well-known member
Anyone know if it is possible for a script set on an animal companion to pull the value of a field from hero whom the animal companion belongs to?

I am trying to create an adjustment for an animal companion that needs to pull the proficiency bonus from the hero it is attached to.

My script works fine when I set the proficiency bonus manual through pAdjust. I am just trying to automate the pulling of the ProfBonus from the owner if it is at all possible. :)
 
Adding master.codehere to the beginning of a statement will get you to a minion's master.

For example, master.child[ProfBonus].field[tProfBonus].value will give you the master's proficiency bonus.
 
Last edited:
Back
Top