• 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

Count:Classes for Bonus feats

Korlac

Member
I'm working on a custom Archetype for the Investigator called the Dimensional Detective that gives them the Summon Monster SLA in place of Studied Combat and Poisoning.

I want to give them Expanded Summon Monster as a bonus feat at 2nd level. I've set the condition to this.

count:Classes.Investigator >= 2

But when I Test Now it gives me this back.

Syntax error in 'bootstrap #1 condition' tag expression for Thing 'cDiDeExSum'
-> Tag 'Classes.Investigator' not defined

I've read through the tutorials and I *think* I'm doing this right, but obviously I've missed something.

Any help is appreciated.
 
I was able to figure this out. Embarrassingly it looks like I've asked this question before. Turns out the class reference for Investigator is "Investiga" so I needed Classes.Investiga >= 2

Thanks for anyone who was looking at this.
 
Back
Top