• 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

Change Featured Race to Standard Race?

TCArknight

Well-known member
Hi all!

Is there an easy way to change a race from one category to another?

For example, Goblins are normally a Featured Race. For a particular campaign type, I want them to show under Standard Races (such as Human, Dwarf, etc).

Is there a way to do something like a tagreplace[RaceType.Feature,RaceType.Normal] and have the Goblin show up right before Human in the Race selection? Some timing I would need to run the eval script at?
 
You can’t replace or remove tags from a Thing only a Pick. The only way to effect a Thing is to use Replace Thing ID. Or use the *Extend editor option to add a tag to the Thing.

You could try *Extending RaceType.Normal and see if it gets moved....
 
Hi all!

Is there an easy way to change a race from one category to another?

For example, Goblins are normally a Featured Race. For a particular campaign type, I want them to show under Standard Races (such as Human, Dwarf, etc).

Is there a way to do something like a tagreplace[RaceType.Feature,RaceType.Normal] and have the Goblin show up right before Human in the Race selection? Some timing I would need to run the eval script at?

The easiest way would probably be make a copy of the race and change the copy to standard.

Is there a reason you're going through this bother? The designation doesn't really impact mechanics wise.
 
Back
Top