Hi Everyone,
I'm editing Super Genius Games' excellent Genius Guide to Bravery Feats, and have come across a problem. There is a feat that grants a competence bonus to Knowledge (Dungeoneering) and Knowledge (Engineering) equal to the hero's Bravery bonus. I tried putting the timing at <Pre-Attributes 5000>, but the bonus isn't adding. Here's the script:
A second script at <Final 10000> reads
I'm sure the problem has something to do with when the bonus for Bravery is added, but I'm not sure how to figure it out. Can anyone assist?
I'm editing Super Genius Games' excellent Genius Guide to Bravery Feats, and have come across a problem. There is a feat that grants a competence bonus to Knowledge (Dungeoneering) and Knowledge (Engineering) equal to the hero's Bravery bonus. I tried putting the timing at <Pre-Attributes 5000>, but the bonus isn't adding. Here's the script:
Code:
hero.childfound[skKnowDun].field[BonComp].value += field[abValue].value
hero.childfound[skKnowEng].field[BonComp].value += field[abValue].value
Code:
field[abValue].value += hero.childfound[cFtrBrave].field[abValue].value
I'm sure the problem has something to do with when the bonus for Bravery is added, but I'm not sure how to figure it out. Can anyone assist?