I'm working on racial paragon classes that each give ability score bonuses throughout the class. What I did was setup ability mod class specials (+1 Str, +1 Con, etc). and have them add the field[xCount].value to the score. Which is working fine, but I had one that was a +2 Con so I created one that added (field[xCount].value * 2) and for some reason it seems to add it at first level no matter what (even though it's supposed to add it at level 6).
Everything is running at Post-Levels/10000
I'm getting really confused here and this is the only thing left for me to close out this class.
Thanks,
Andrew
Everything is running at Post-Levels/10000
I'm getting really confused here and this is the only thing left for me to close out this class.
Thanks,
Andrew