Jump to content

Scripting error


Recommended Posts

I'm getting a rather odd error; BoA is throwing a "Bad term in expression" error on a line that's perfectly well-formed (it's a simple constant assignment). There's no missing semicolon in the lines around it, no unmatched parenthesis or brace that I can see; so unless the variable name or the number 49 qualifies as a "bad term", I can't see what's wrong here.

 

Anyone have any ideas what could be the issue without looking at the code? If not, I guess I'll go ahead and post it; it's a rather complicated series of nested if statements.

Link to comment
Share on other sites

Every error I've had like that, it's always been some minor issue hidden somewhere in the code.

 

I've also had a weird situation, though, where BoA wouldn't recognize a call. In fact, the way I fixed it was by copying it letter for letter and replacing the old statement.

 

You might have also hit the limit of variables in your script. Each script can have up to 20 integer and string variables.

Link to comment
Share on other sites

Originally Posted By: Enraged Slith
I've also had a weird situation, though, where BoA wouldn't recognize a call. In fact, the way I fixed it was by copying it letter for letter and replacing the old statement.
Can't remember if I tried that; I should probably try it again just to make sure. Zap Gremlins didn't reveal anything though, and that I think is the usual reason for something like that.

Originally Posted By: Enraged Slith
You might have also hit the limit of variables in your script. Each script can have up to 20 integer and string variables.
I was a little worried about that when writing this, but I would've thought the error would be rather different if you had too many. Besides, I only have 17 integer variables.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...