• 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

Psionic Race tags

Sendric

Well-known member
So I'm working on some feats from Complete Psionic. Several of them require the character to be of a specific race, such as the Dromite, Elan or Maenad which are all from the srd. All of these races are available, but when I try to create the pre-req expression, HL states they don't exist. I'm certain I'm just missing something in that I can't figure out what the actual tag should be.

The expression I am using is:

Code:
@valid=tagis[Race.Racename]

If I replace "Racename" with "Dwarf", it works fine. If I try "Dromite", "Elan" or "Maenad" it says the tag doesn't exist. I've tried looking at the srdpsi_races file, but I can't find what the tag should be. I'm either missing it altogether or HL is messing with me. Anyone have any thoughts?
 
Create a character of those races, then go to the develop menu and click on "Show Hero Tags" then scroll down until you see the Race.Whatever tag for that race. I think, though this is off the top of my head, that the core races have Race.whatever, but others have Race.rWhatever or none if they don't have a certain entry in the editor for Counts As Races.
 
Thanks, Lawful. I had been rooting around there a few days ago and never came across anything. I took another look this morning, and it appears none of these races have a Race.whatever tag. I can find the one for Dwarf, Human, Halfling, etc, but there is nothing for these races. Is there a different way to determine what your race is? I tried substituting wGroup.rDromite, but that didn't seem to work (though it did compile at least).
 
Races aren't created with a race tag by default. Do a copy replace and make a new tag on with the "Counts as Races" button. I think dromite is in the community files already, don't forget to leave notes as to what you change.
 
Thanks, Lawful. I couldn't find the races in the user files (though in truth I didn't look around that hard). Since I need to make a CPsi - Races file anyway (to add the Synad) I just did a replace id and added in the "Counts as Races" thing. That seems to have done the trick. I'll source these races (except Synad) to both SRD Psionics and Complete Psionics since these races are all SRD.
 
Ah...fair enough. I can make an update to those if you think that would be cleaner. For now, I just wanted to get something that worked.
 
Back
Top