TCArknight
Well-known member
Ok, I'm having an issue with this statement as a prereq:
The feat is valid if the character has chosen Weapon Focus (ray).
I get an error with parsing the right side of the expression.
Thoughts?
Code:
validif (hero.child[fWepFoc].field[usrChosen1].chosen.field[livename].text = 'Ray')
The feat is valid if the character has chosen Weapon Focus (ray).
I get an error with parsing the right side of the expression.
Thoughts?