Ok, this should be my last one, (hopefully).
Alright, it's a Custom Ability that will change your class skill ranks per level. This is what I have and the error.
hero.child[cHelpMdH].field[cvSkillPts].value += 3
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cMHPathStr' (Eval Script '#4') on line 1
-> Only derived fields can generally be modified via scripts (field 'cvSkillPts')
Thank you!
Alright, it's a Custom Ability that will change your class skill ranks per level. This is what I have and the error.
hero.child[cHelpMdH].field[cvSkillPts].value += 3
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cMHPathStr' (Eval Script '#4') on line 1
-> Only derived fields can generally be modified via scripts (field 'cvSkillPts')
Thank you!