TobyFox2002
Well-known member
I've been trying to set up a racial pre-req and I've getting a strange error, some races come up as not defined when I use
validif (tagis[Race.Aasimar] <> 0)
Normal things will work fine, human, dwarf, halfelf, orc, halforc. But anything I try and do things that are a little outside the norm, Aasimar, etc and races that I have created it gives me a
I'm trying to get it with my own race, but I used Aasimar because it was something that can be tested without posting my code.
Am I doing something wrong, or is it an issue with hero labs not recognizing user created races fully.
PS., it also gives me a similar error when I try to use these races in Eval scripts.
validif (tagis[Race.Aasimar] <> 0)
Normal things will work fine, human, dwarf, halfelf, orc, halforc. But anything I try and do things that are a little outside the norm, Aasimar, etc and races that I have created it gives me a
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'pre-requisite rule' script for Thing 'fQuadruped' on line 1
-> Tag 'Race.Aasimar' was not defined
I'm trying to get it with my own race, but I used Aasimar because it was something that can be tested without posting my code.
Am I doing something wrong, or is it an issue with hero labs not recognizing user created races fully.
PS., it also gives me a similar error when I try to use these races in Eval scripts.