Important part: He may add his Charisma to Intimidation rolls. A negative score is treated as positive for this (and the scoundrel has a bad reputation).
Code: Pre-Traits 5000
Timing: Calc trtFinal
No errors I can see, just doesn't work. Any thoughts or suggestions?
I probably shouldn't be coding so late either
Code: Pre-Traits 5000
Code:
var bonus as number
bonus = #trait[trCharisma]
if (field[abilActive].value <> 0) then
perform #traitroll[skIntimid,+,bonus,"Reputation"]
endif
Timing: Calc trtFinal
No errors I can see, just doesn't work. Any thoughts or suggestions?
I probably shouldn't be coding so late either