• 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

Race.Warforged?

Sevisin

Well-known member
Hello,

I'm making the Warforged Juggernaut PC. When I went to put the condition,
Code:
tagis[Race.rEbWarforg] <> 0
in the Expr-reqs (code obtained from another working PC), I get the error,
Code:
Syntax error in 'pre-requisite rule' script for Thing cWarfrgJug' on line 1
 -> Tag 'Race.rEbWarforg' not defined
but the race ID is infact rEbWarforg. Any thoughts?

-S
 
That's not how race tags work. Race tags need to be created using the "Counts as Races..." menu. I can add this tag for the next release, but in the meantime, open up the Eberron - Campaign Setting file, and fine the Warforged race. Then click on the button marked "Counts as Races..." and select "New Tag". Type in "Warforged" as the Tag Unique Id. Then you can search for the tag Race.Warforged.
 
I have this fixed in the next release. All races will get a Race.? tag auto-generated that matches the Unique ID of the race. In addition I have added the #hasrace[] macro that can be used for test for the correct Tag on the hero.
 
Back
Top