alexhalliii
Member
What is the proper way to have a feat add skill points to the player's total pool? I've tried:
#resmax[resSkill] += 4
and it doesn't work. Granted, I grabbed this code from the Pathfinder forum but thought it might work. I can have it add points to specific skills and skill groups with no problem, but don't know how to make the pool bigger.
Help?
#resmax[resSkill] += 4
and it doesn't work. Granted, I grabbed this code from the Pathfinder forum but thought it might work. I can have it add points to specific skills and skill groups with no problem, but don't know how to make the pool bigger.
Help?