• 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

Ethnicity altering Height Dice

Enforcer84

Well-known member
Greetigns! I'm back.

So I have an ethnicity that is generally taller than the race it modifies.

finding rElf has an eval script that if the qualifications are met uses:

perform tagreplace[HeightSize.8,HeightSize.6]

I'd like to do something like this for the ethnicity. However, adding the perform argument to the Race Custom doesn't work as the race custom doesn't generally use height.

Should I make an if statement on the Race itself?
What is the field for choosing the Ethnicity Custom ability?
 
You simply need to transition from your Racial Custom Special to the Base Race itself. Then you can modify that tag.

Code:
perform hero.findchild[BaseRace].tagreplace[HeightSize.8,HeightSize.6]
 
Back
Top