Not sure this is a bug yet, so I'm posting it here.
I loaded a plugin, and it returned this error
I've been staring at it fer the past twenty minutes and see nothing wrong with it. As you can see it's failing on the first semicolon, and when I put it into the command box and replace the & with & it runs perfectly fine.
It's in the script section of the plugin on a line of it's own.
Also, how exactly does the error engine determine waht line is failing? I made a script that numbers each line, and that line is on line 467 in the plugin, and line 4 of the scripts block.
I loaded a plugin, and it returned this error
Error number: -2146827263
Event: Execution of line 145 column 30
Description: Expected end of statement
Line in error:
world.ansinote ansi(31) & ansi(1) & "You're out of " & world.getvariable("chpot") & "(s)!!!"
Called by: Immediate executionI've been staring at it fer the past twenty minutes and see nothing wrong with it. As you can see it's failing on the first semicolon, and when I put it into the command box and replace the & with & it runs perfectly fine.
It's in the script section of the plugin on a line of it's own.
Also, how exactly does the error engine determine waht line is failing? I made a script that numbers each line, and that line is on line 467 in the plugin, and line 4 of the scripts block.