• 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

Charts that reference gender

SeeleyOne

Well-known member
Is there a way to make a chart that references gender? For example, I want to make a status chart that gives ranks by level that also references the correct term based on gender. For example, a king would show up as queen for a female character.
 
You've posted this in the Hero Lab general discussion forum, so there's no context for your question.

Is this question related to a particular game system? Is this for a system you're building using the authoring kit? How will this be used? (that could affect how it needs to be generated)
 
In my case I am using Mutants and Masterminds 3, but I would think that any RPG that has a gender could benefit from knowing how to add things that reference a character's gender. This is why I figured it was a more generalized question.

I can already make a chart that accesses a rank/level/whatever in a given trait. But it would be cool to do this in a way that it will give one result if you are male, another if you are female. It is really easy to do in Excel, with true/false and vlookups, but if I wanted to make an excel spreadsheet, I would. But I would rather use Herolab.
 
The way you'll reference it could really vary from system to system - each one might be storing the information differently, and how you'll apply that information will depend on how you want to use it.

The simple way to do this would be a bunch of if...elseif tests - test for gender, then start testing for each of the levels, and depending on the results, output different text.
 
Back
Top