So, following the video tutorials, I brought up the debugging tools to determine that the field used to value the "On" status of the Flanking condition is plsOn. However, when I tried to write an Eval script to trigger based on Flanking being active, I get an error back that declares that plsOn is not a valid field. Any thoughts on what have I done wrong?
Code:
if (hero.child[pstFlankin].field[plsOn] <> 0) then
hero.child[Damage].field[tDamBonus].value += 1
endif