• 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

Required trait is a race?

How do you code a required trait if that trait is a race and it need to be this OR that. Such as: my edge requires the race to be an Half Elf (Skilled) or Half Elf (Edge).


Thanks

--Eric
 
Last edited:
That should work the same is if they were Edges in an Expr-Req. Something like:

Code:
hero.tagis[Race.racHlfElf1] + hero.tagis[Race.racHlfElf2] <> 0

should probably work.
 
Back
Top