I am making a custom class in Hero Lab (for pathfinder, I don't know if that matters). This class has custom abilities that I'm making and some of them need a minimum number of levels to be available.
I know that things like the barbarian's Battle Roar has a minimum level, so I looked at that, and under Fields, it has "reqLevBbn". I tried to mimic this for my class using "reqLevblk" (the unique id for the class is cHelpblk and the abbreviation is blk) but it tells me that "reqLevblk is referenced but not defined."
Is there some way I can get the level requirement for this ability?
I know that things like the barbarian's Battle Roar has a minimum level, so I looked at that, and under Fields, it has "reqLevBbn". I tried to mimic this for my class using "reqLevblk" (the unique id for the class is cHelpblk and the abbreviation is blk) but it tells me that "reqLevblk is referenced but not defined."
Is there some way I can get the level requirement for this ability?