I'm not sure if this the place for this particular kind of problem. It isn't huge. But the Legacy version of the Pathfinder Character Sheet (which is amazingly helpful) has a slight problem. Hp Formula reads: (@{CON-mod} * @{level}) + @{total-hp}) And that ) after the @{level} messes it all up. If it's changed to: (@{CON-mod} * @{level} + @{total-hp}) The formula works perfectly. If someone could change this globally it would be nice. I currently have to go into each character sheet and remove the ) manually, every time I make a new character, npc, or whatever. If this isn't the right place to report this issue I'd be more than happy to move the thread to a more appropriate forum. Thanks all.