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:
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?
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?