• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Class Specials

AWizardInDallas

Well-known member
1. Since the Class Specials tab doesn't show a "Level Requirement" field in Pathfinder, where is this now specified?

2. Also, this doesn't seem to work any longer (specifically the xSumm isn't found):

field[xSumm].text = "Usable " & uses & " times/day."

What do I use instead?

Thanks!
 
#1 is discussed in the class creation tutorials in the manual. You add ClSpecWhen.? tags to the bootstrap entry in the bootstrap menu.

abSumm has replaced xSumm, because abSumm now exists on everything that uses the Ability component (class specials, custom class specials, racial specials, feats, traits/flaws, etc.) - which means that once you learn how to construct one of those things, the lessons apply to all of them (unlike the d20 files, where each component called its fields by different names, and the capabilities they had were inconsistent from type to type).
 
I tried that. It compiles fine but causes Hero Lab to think for a long time (i.e. "Not Responding") without adding levels in the new class at all.
 
Back
Top