View Single Post
Nalerenn
Junior Member
 
Join Date: Dec 2009
Posts: 3

Old December 14th, 2009, 08:49 AM
To cut a long story short, one of the classes I'm attempting to code in has a feature that uses its Con bonus to add to its Natural Armor, with a minimum of 1. I've tried bootstrapping it with the code below, but I can't seem to get it to change at all with the stats.

Code:
hero.child[mNatural].field[Bonus].value = hero.child[mNatural].field[Bonus].value + hero.child[aCON].field[aNormMod].value
Anyone got any insight into this? Or am I forgetting something simple ^^;;
Nalerenn is offline   #1 Reply With Quote