• 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

M&M 3rd ed. Benefit: Status that looks up a chart

SeeleyOne

Well-known member
Is there a way to make an entry of Benefit: Status in a user file that will look up a chart based on its rank? So maybe level 1 is a baron and level 8 is a king? Also, is it possible to tie it to the gender of the character? So it would say Baron for a male and Baroness for female?
 
Check out how Benefit: Wealth works in the editor - you can do exactly the same thing, but replace the wealth levels in the script with the appropriate status for each rank.
 
Thanks for the reply. That is what I did, actually. But I don't know how to make it factor in the gender for the character automatically.
 
Check the "perGender" field of the "mscPerson" pick. That should be 0 if the hero is male or 1 for female - you can then use an if statement for each level to assign a different name for the appropriate rank.
 
Back
Top