Redcap's Corner
Well-known member
Can anyone tell me what's wrong with the following? I've used similar code in other abilities and had no issue. I realize it's a cumbersome formula, but it's a weird progression to have to code.
This is the error I get:
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cDstAuFear' (Eval Script '#1') on line 1
-> Error parsing parameter 1 of function
Code:
field[abRange].value += (round(((field[xAllLev].value - 11) / 5), 0, 1) * 5)
This is the error I get:
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cDstAuFear' (Eval Script '#1') on line 1
-> Error parsing parameter 1 of function