View Single Post
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old September 6th, 2014, 07:48 AM
Well, it seems they only want to replace the att HP bonus from Con with Wis. And leave everything else alone.

Using this script replaces everything - hero.childfound[aCON].field[aModBonus].value = hero.childfound[aWIS].field[aModBonus].value

So I am trying this, but I think my timing is off. It only the modifies to HP once.

Post Att 10000

herofield[tBonusHP].value -= hero.child[aCON].field[aModBonus].value
herofield[tBonusHP].value += hero.child[aWIS].field[aModBonus].value

So that is where I am stuck, ATM. Any ideas?


Also tried with same results - hero.child[Totals].field[tBonusHP].value += hero.child[aWIS].field[aModBonus].value

Last edited by Frodie; September 6th, 2014 at 07:57 AM.
Frodie is offline   #22 Reply With Quote