View Single Post
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old May 19th, 2017, 05:11 PM
Use this:
Code:
 phase: pre-attributes
var bonus as number
bonus = field[pAdjust].value
hero.child[aINT].field[aNormMod].value += bonus
hero.child[aWIS].field[aNormMod].value += bonus
hero.child[aCHA].field[aNormMod].value += bonus

hero.child[aSTR].field[aNormMod].value -= bonus * 2
hero.child[aDEX].field[aNormMod].value -= bonus * 2
hero.child[aCON].field[aNormMod].value -= bonus * 2
Illyahr is offline   #2 Reply With Quote