direinsomniac
Well-known member
I am trying to code a new FCB for a race I am working on.
The Favored Class is Investigator, and the bonus is suppose to grant 1/6 of an Investigator talent.
My code:
I pulled the initial code from the slayer class which does something nearly identical, but I can't get the FCB to show up on the list even after assigning the tags for the race and class properly.
The Favored Class is Investigator, and the bonus is suppose to grant 1/6 of an Investigator talent.
My code:
Code:
field[abValue].value += round(field[fcCount].value/6,0,-1)
hero.childfound[cHelpInv].field[cGiveSpec].value += field[abValue].value
I pulled the initial code from the slayer class which does something nearly identical, but I can't get the FCB to show up on the list even after assigning the tags for the race and class properly.