• 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

Conditional bootstrap not working

TCArknight

Well-known member
I have a custom ability that provides access to several different class abilities.

Combat Style (Finesse) (thingid of cPEMrkFin) provides the Style Technique 2nd level class ability, Skill bonus for a 3rd level class ability, and others at higher levels.

As several custom abilities are available to choose, I've bootstrapped the various Style Technique (each with CLSpecWhen of 2) to the class, with the intent of adding a condition of (First/2500) count:HasAbility.cPEMrkFin = 1. However, this isn't working.

Am i missing something that I need for a conditional bootstrap on a Class ability looking for a chosen Custom Ability?
 
HasAbility tags are generated very late in the Final phase - they're used for prereqs, and not available for any other tests.
 
Back
Top