spannclann
Well-known member
I have a class feature that should be adding 2 additional cantrips to the character once the character reaches a particular level. I know I just need to boot strap the feature to the subclass for the particular level. That's working fine. However, I cannot seem to get the eval script correct to add the 2 additional cantrips. The following script is not throwing errors, but it is also not adding the 2 cantrips to the max cantrips known
hero.childfound[cHelpOct].field[cMaxKnCan].value += 2
hero.childfound[cHelpOct].field[cMaxKnCan].value += 2