Bit of a snag.
I am doing the Hunter Barbarian from the Unearthed Arcana (Page 58) and trying to add favored enemies to the variant
In order to get Favored Enemies total, requires an Eval Script beginning with
enemies = field[cTotalLev].value / 5
However, it gives me an error
Attempt to access field 'cTotalLev' that does not exist for thing 'cvBbnHunt'
when I try to add levels.
I think it needs to access the levels of 'cBarbarian' instead of 'cvBbnHunt' since technically the class is Barbarian, but I don't know the code
I am doing the Hunter Barbarian from the Unearthed Arcana (Page 58) and trying to add favored enemies to the variant
In order to get Favored Enemies total, requires an Eval Script beginning with
enemies = field[cTotalLev].value / 5
However, it gives me an error
Attempt to access field 'cTotalLev' that does not exist for thing 'cvBbnHunt'
when I try to add levels.
I think it needs to access the levels of 'cBarbarian' instead of 'cvBbnHunt' since technically the class is Barbarian, but I don't know the code