• 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

Female Only, Male Only

SeeleyOne

Well-known member
I cannot quite figure out an equation that works so that I can make an edge be Female Only or Male Only.

From a post in another thread in the Mutants and Masterminds area, I was told that the gender is "perGender" field of the "mscPerson" and that a value of 0 is male and 1 is female.

It would also be good to know how to bootstrap it too, for races like the Asari for Mass Effect that are always female. Some races also only have one gender go adventuring for whatever reason.
 
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.
 
I rather thought that you might. :) I've added it to the Common Codes post as well. I'll also be adding in some of the latest stuff I've been working out with coding in conditions based on Ranks and stuff, too, once I get one final piece of that puzzle solved.
 
Yeah, I know. Hopefully with some of us being a little more active on this forum and figuring a few more things out (slowly, but surely) we might be able to help each other find more answers to stuff like this. I'm also kind of hoping that activity, plus the addition of more data files will get some more folks over here, too, giving us more potential brainpower to work with. I' know I'd love to see some XSLT gurus over here working on custom output sheets like the Pathfinder folks have had. That would really be awesome!
 
Back
Top