• 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

Anyone know how to create a pre-requisite to take variable feat twice

Senko

Well-known member
I'm trying to create a 3rd party prestige class and most of its ok but I'm having problems with the pre-requisite that requires you take sphere focus twice. Sphere focus is like skill focus in that its a variable feat like skill focus. That is you take the feat then select where you want to apply e.g. Skill Focus - Spell Craft and Skill Focus Knowledge Arcana. I can do this for defined variants e.g. if you need skill focus - arcana and skill focus spellcraft I can create that. I can't figure out how to say you need skill focus any twice. Or in this case sphere focus any twice. Does anyone know how i'd do this please?
 
The #hasfeat[Id] macro resolves to:
hero.tagis[HasFeat.Id]

So tagis just returns a 1 if there are some of that tag, and a 0 if there are not, tagcount returns the count of that tag (but is just slightly slower to execute, so except in cases where you really do need that count, just stick to tagis).
 
Back
Top