View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old July 6th, 2010, 02:39 PM
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:
Quote:
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?
TCArknight is offline   #1 Reply With Quote