• 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

+1 HP / class level

TCArknight

Well-known member
Ok, I've been looking all over, and doing this with the script from Toughness just isn't working. :(

The Robust talent adds +1 HP per level of the class taking the talent. I've got this running in Final/100:
var bonus as number
bonus = #levelcount[cStrongH]

container.child[Totals].field[tHP].value += bonus

However, the toughness feat runs at the Pre-level phase. I can't determine the number of levels of the class before the post levels phase, can I?

How would I make it look at the class that gained the ability instead of hardcoding for cStrongH so that if another class can take it later on I won't have to change it?

Any suggestions?
 
Back
Top