A simple script, at Post-Attributes/10000
Testing gives me an error:
"Syntax error in 'eval' script for Thing 'raXXXX' (Eval Script '#1') on line 2
-> Invalid use of a reserved word in script"
I had originally thought that it was trkMax, but that's on line 1. So, can anyone tell me what reserved word is being used illegally here? (This is a Racial Special, btw).
As an aside, but related, perhaps the error dialogs could include what's causing the issue?
Code:
field[trkMax].value += herofield[tHitDice].value
field[trkMax].value += hero.child[aSTR].value
Testing gives me an error:
"Syntax error in 'eval' script for Thing 'raXXXX' (Eval Script '#1') on line 2
-> Invalid use of a reserved word in script"
I had originally thought that it was trkMax, but that's on line 1. So, can anyone tell me what reserved word is being used illegally here? (This is a Racial Special, btw).
As an aside, but related, perhaps the error dialogs could include what's causing the issue?