So, I've copied Sneak Attack into a new class special that's supposed to be a +2 bonus to saves at one level, and +4 at a higher level.
I've gotten it so that it'll show right in the Special Summary pane, the Specials tab, and the printout.
However, on the actual prestige class tab, both under the Special mouseover and the list below that, they're reversed. It shows +4 at the earlier level, and +2 at the lower.
What am I missing?
(Final/10000)
I've gotten it so that it'll show right in the Special Summary pane, the Specials tab, and the printout.
However, on the actual prestige class tab, both under the Special mouseover and the list below that, they're reversed. It shows +4 at the earlier level, and +2 at the lower.
What am I missing?
(Final/10000)
Code:
var twice as number
twice = field[xCount].value * 2
debug "field[xcount] = " & field[xCount].value
field[abValue].value += twice
debug "field[abValue] = " & field[abValue].value
field[livename].text = "Unwavering Loyalty +" & field[abValue].value
field[abSumm].text = "+" & field[abValue].value & " to Will saves against mind-affecting spells and abilities"
field[listname].text = "Unwavering Loyalty +" & twice
Last edited: