10-21-2019, 08:49 PM
(This post was last modified: 10-21-2019, 08:49 PM by Steel Beast 6Beets.)
(10-21-2019, 03:21 AM)DerVVulfman Wrote: You deleted GameOver? That's the entire point.
I took a blank project and deleted Scene_Gameover, and then made an event that wiped all my party's HP down to 0 and establish Knockout. When they died, it attempted to leave Scene_Map and go to Scene_Gameover. Because there is no Scene_Gameover, it displayed the very same error you present.
Let me explain this again.
I ran into that error after I tried to make an event where a time out would led to a game over. I deleted that event and try a simple event where the hero would walk into an event and get a game over. The issue persisted. I did a copy of my project and began to delete all my custom scripts, one by one, thinking that one of them was causing the problem. I ended deleting all of them, leaving only the default scripts intact. The issue persisted still.
I copied the scripts.RPGXP data file from a blank project into my project and that solved the issue. Then I copied all of custom scripts back into said project and everything is working so far.