• 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

Ex-member Flag

Grog

Well-known member
I'm trying to key in on the "Ex-member" flag on a druid for a prestige class pre-requisite.

Unable to right-click it in debug mode for information and for the life of me cannot think of another class or feature in the Pathfinder rules having a similar requirement.

Is it possible to key in on "Ex-member"?
 
To get information on a class helper, go to the develop menu...floating info windows...show selection tags (or show selection fields), and find the class in that list - make sure you select the Class Helper (it's Id will start with "cHelp" rather than the class level.

In this case you want the tags, and you'll find that the ExMember.Druid tag is added to the class helper and the hero (floating info windows...show hero tags) when the Ex-Member box is checked.
 
Cool thanks. Sorry for asking so many questions. I really do try to look this stuff up myself beforehand.

I guess ExMember.cHelpDrd is what I need then. :)

Appreciate it.

Edit: Ended up adding an Expr-Req
Code:
hero.tagis[ExMember.cHelpDrd] <> 0

I'm starting to get the hang of the editor. Took me a while to realize I needed hero.tagis instead of parent.tagis...
 
Last edited:
Back
Top