I'm trying to get a template to adjust the CL of a spell like ability to reflect the total hit dice of the creature it's applied to.
I've bootstrapped the spell onto the template and it displays as it ought too but with a CL of 1.
I'm trying the following script
field[sCL].value += field[tHitDice].value
but I get this error.
Suggestions?
I've bootstrapped the spell onto the template and it displays as it ought too but with a CL of 1.
I'm trying the following script
field[sCL].value += field[tHitDice].value
but I get this error.
Code:
Attempt to access field 'tHitDice' that does not exist for thing 'tmCBOSFCre'
- - -
Attempt to access field 'sCL' that does not exist for thing 'tmCBOSFCre'
- - -
Attempt to access field 'sCL' that does not exist for thing 'tmCBOSFCre''
Suggestions?
