I'm porting my project to Essentials v19, but when I click on the script editor in RPGMXP, the only script that shows up is Main and there's nothing to edit. How do I access the scripts in v19?
Are you using the Github version? It sounds like your Scripts.rxdata is decompiled (best way to work with the scripts if you ask me).
Excuse me..
I getting error' ID715 after renaming in compile scripts process....
How to fix that?
Are you using the Github version? It sounds like your Scripts.rxdata is decompiled (best way to work with the scripts if you ask me).
Yeah, I have to use the github version because the AI wasn't making moves in battle otherwise. Where do I go to edit the scripts if they're decompiled? Or do I need to compile them first?
The scripts will be in Data/Scripts. You can edit the .rb files within the subfolders you see and any changes (once saved) should be reflected in your game.
If you download a bit of software called Atom, you can "open" the entire Scripts folder to work on the scripts in a similar way to the script editor in RMXP, just more user-friendly (and dark mode is available). Alternatively, you can edit the .rb files using Notedpad++ or other software. Avoid regular Notepad, though.