• 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

Making a single gender race

repair

Member
Is there a way to bootstrap a gender? I made a race that is all female. So how do I lock out the male option?

Got it. Set your Expr-Req for the Edge to be:

Code:

hero.child[mscPerson].field[perGender].value = 1


for Female, or 0 for male.
 
Last edited:
I have had no luck getting that script to play nice, I even deleved into the portfolio code to find where I can make it work. In the end I used the Eval rule from Hag to avoid the hassle. Not sure why it worked for you, unless something is missing that I am not aware of.
 
Back
Top