Valjean83 2 Posted October 16, 2018 I have completed my game, but in random parts errors come up crashing the game. Admittedly, I have many scripts in my game, so what do you do when an error pops up to stop it from happening again? If it mentions a certain script, is it best to just remove that script? Share this post Link to post Share on other sites
roninator2 256 Posted October 16, 2018 There are many tutorials on using scripts, I suggest that you read those. forums.rpgmakerweb.com is another location that you will find information. basically you will need to add in two scripts to help you. Mithran grab obj reference and a backtracer. I use Hime's. With those in and the console window set to run when you play test, you will get errors happening and the console window will give you information to the problem. A file will also be created in the project folder. Using those you can ask for help in figuring out what is wrong. Often a change in the script order is needed or a small addon script to fix a patch for the conflicting scripts to work together. Until you do some or all of that, no one can help you. And to answer your question, no you do not need to remove the script. Even if somebody says it will not work with the other script X. I know cause I use yanfly and victor sant which everybody says they don't work together. I just had to learn about the scripts and find a way to stop the problems. Good luck 1 Share this post Link to post Share on other sites