- 14
- Posts
- 10
- Years
- Seen Feb 26, 2016
Hi Guys
I'm having trouble adding new lines to existing scripts, and I'm wondering if it's just because you can't. I have a script that I want to run early in the rom which will set various flags and variables for scripts later in the rom. I want to be able to add flags and variables to the script as I go, but it seems that if I try to make a new line through XSE it either just won't add it after compiling it, or adds a few lines of completely unrelated script. It works perfectly fine if I am just replacing an existing line.
Is there a particular way to add new lines, or will I need to put 50 lines of the same script (like 50 lines of "checkflag 0x2000" or something similar) and replace them as I go? It's not just this particular script that I have had trouble with, but every script where I have tried adding a new line which makes me think you cannot add new lines.
I'm having trouble adding new lines to existing scripts, and I'm wondering if it's just because you can't. I have a script that I want to run early in the rom which will set various flags and variables for scripts later in the rom. I want to be able to add flags and variables to the script as I go, but it seems that if I try to make a new line through XSE it either just won't add it after compiling it, or adds a few lines of completely unrelated script. It works perfectly fine if I am just replacing an existing line.
Is there a particular way to add new lines, or will I need to put 50 lines of the same script (like 50 lines of "checkflag 0x2000" or something similar) and replace them as I go? It's not just this particular script that I have had trouble with, but every script where I have tried adding a new line which makes me think you cannot add new lines.