• 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

BootStraps BootStraps BootStraps

Thkaal

Member
Okay, I have a gender dimorphic race. I decided to make one of the genders an alternate racial trait.

This racial trait adds it's name appended in Parentheses. But it automatically is supposed to add a subtrait.

I put that subtrait in the race's bootstraps and applied this condition:

hero#ClVaryName.AppParen <> 0

Now, I save, and if the race is already selected and the primary trait is selected in the profile, the test will apply the trait. Removing the primary removes the secondary. Then readding the primary does NOT readd the secondary.

I have it as First/500
 
Well, one of them had to have

hero#Hero.Female <> 0

The other oddly needed:

hero#Hero.Female <> 1

Even though both were for female only....
 
Back
Top