I am trying to give a bonus feat from the item creation cat.
~add one feat allowed
#resmax[resFeat] += 1
validif (hero.tagis[fCategory.ItemCreate] <> 0)
but this the error:
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cMHAdvEng' (Eval Script '#1') on line 4
-> Reference to undeclared variable: 'validif'
~add one feat allowed
#resmax[resFeat] += 1
validif (hero.tagis[fCategory.ItemCreate] <> 0)
but this the error:
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cMHAdvEng' (Eval Script '#1') on line 4
-> Reference to undeclared variable: 'validif'