PDA

View Full Version : Tag for Unspent Points?



bcholmes
Aug 9th, '03, 08:15 AM
Is there an export template tag for points that the character hasn't spent yet?

Or, alternatively, is there a tag that totals base points, disads, and spent experience?

Simon
Aug 9th, '03, 10:17 AM
There's a whole array of tags for that. I'd recommend looking through the docs and the update page for the full list. Offhand, I can think of the following:

EARNED_EXP
IF_SPENT_EXP ... /IF_SPENT_EXP
IF_UNSPENT_EXP ... /IF_UNSPENT_EXP
SPENT_EXP
UNSPENT_EXP
BASE_POINTS
DISAD_POINTS
DISAD_POINTS_ALLOWED
TOTAL_POINTS
CHARACTERISTIC_POINTS
SKILL_POINTS
PERK_POINTS
TALENT_POINTS
SKILL_PERK_TALENT_POINTS
SKILL_PERK_TALENT_MARTIAL_ART_POINTS
MARTIAL_ART_POINTS
POWER_POINTS
POWER_MARTIAL_ART_POINTS

bcholmes
Aug 9th, '03, 04:16 PM
Originally posted by dsimon
There's a whole array of tags for that. I'd recommend looking through the docs and the update page for the full list.

Sorry, I probably wasn't clear in my question.

I'm trying to show a summary chart of point totals. On the one side of the chart, I show points for Characteristics, Skills, Powers, Perks, Talents, and Martial Arts, and they sum to TOTAL_POINTS. On the other side of the chart, I show base points, disads, and experience spent. And that side also sums to TOTAL_POINTS... assuming that my points balance.

If it doesn't balance, then the difference is some amount of unspent points. So what I want is to either be able to see that the amounts don't balance in the print-out, or add an additional line item that shows the amount of unspent points.

Simon
Aug 9th, '03, 05:00 PM
UNSPENT_EXP is as close as you're going to get.