Script error[Unexpected exception checking match strings] near line 236 |
Is there a restriction on how many Label's I can have in one script? It's the only thing that makes sense. I can't find an error otherwise.
~Z
Script error[Unexpected exception checking match strings] near line 236 |
I have a Wizard FE script that has at least a thousand labels in it so... you would need to be using a lot of labels. |
There is also a limit to the number of match strings you can have in a single matchwait statement (around 25 I think) which seems like a potentially likely issue in a looting script and also consistent with your error message. Might take a look for that if you don't have more than 1,000 labels in your script. |
-- Robert |
Yep, good catch. I looked right past it, too. |
Glad you got it cooking, looks like a useful script. |
Doug |