View Single Post
Kaleb
Senior Member
 
Join Date: Aug 2010
Posts: 576

Old June 29th, 2017, 08:08 PM
if I used this script from erta rage power could I substuite the name of the arch type that gives the feat in place of the class?

hero.childfound[cHelpBbn].field[cGiveSpec].value += 1
[hero.childfound[arExMattPa].field[cGiveSpec].value += 1


hero.childfound[cHelpBbnUn].field[cGiveSpec].value += 1
hero.childfound[cHelpSkl].field[cGiveSpec].value += 1
hero.childfound[csBarbaria].field[cGiveSpec].value += 1

would highlighted point to the arch type that I made?

what is the line below doing?
hero.childfound[cHelpSkl].field[cGiveSpec].value += 1


is the line below going to the barbarian class special table and giving the barbarian one extra rage power?
hero.childfound[csBarbaria].field[cGiveSpec].value += 1
Kaleb is offline   #4 Reply With Quote