saruichiban
New member
After reading some of these amazing guides, I went to try and re-create a feat I used in 3.5. Unbelievable Luck. It's mechanic would give your lowest save +2 luck bonus. This what I tried in the Eval scripts.
hero.child[svAll].minimum[svRef,svWill,svFort].field[Bonus].value += 2
but I get an error "Syntax error in 'eval' script for Thing 'fMWLuck1' (Eval Script '#1') on line 1 -> Invalid use of a reserved word in script"
Was reading between two of Mathias's post.
hero.child[svAll].minimum[svRef,svWill,svFort].field[Bonus].value += 2
but I get an error "Syntax error in 'eval' script for Thing 'fMWLuck1' (Eval Script '#1') on line 1 -> Invalid use of a reserved word in script"
Was reading between two of Mathias's post.