While attempting to create a Racial Special abiltity, I am getting the following error in the Eval Script:
"Syntax error in 'eval' script for THING 'raIWAK' (Eval script '#3') on line 2
-> Unrecognized name for special symbo lin current context: 'valid'"
Now, the script in question contains the following:
~ Check whether you're at least a 5th-level hero
@valid = 0
if (#totallevelcount[] >= 5) then
@valid = 1
endif
Which is straight out of the help file, which is what finally drove me to look for help... help?
"Syntax error in 'eval' script for THING 'raIWAK' (Eval script '#3') on line 2
-> Unrecognized name for special symbo lin current context: 'valid'"
Now, the script in question contains the following:
~ Check whether you're at least a 5th-level hero
@valid = 0
if (#totallevelcount[] >= 5) then
@valid = 1
endif
Which is straight out of the help file, which is what finally drove me to look for help... help?