Quote:
Originally Posted by leedsunited
Hello.
I am attempting to insert a script into a FireRed ROM using Extreme Script Editor. When I run my script through "Compile" and "Debug", I am given the error I stated in the title (line 35 of my script is empty and directly above a string of text.
I would prefer not to post the script as it is extremely long and "line" numbers cannot be copied.
If anyone could come up with a solution for this, it would be most welcome.
Thanks,
leeedsunited
|
I have run into this problem many times, it's a bug with XSE.
You have to rewrite the line of text completely.
To circumvent this, I would watch out for what I like to call "Phantom Characters"
Basicly what a phantom character is, is when you delete a line of text, and there's still 1 character left, even though there's nothing there.
To fix this, just take your mouse, drag it to the left to highlight the phantom character, then hit backspace to delete the character.