I will clarify it, when making a game I want to add a menu in the main menu so unfortunately I use plug-ins to turn off the scene tittle and make the event show choices on the map so I can add a menu but when I want to exit the game menu an error occurs because I have turned off the scene tittle then how do you change the menu out in the game menu so that you can go to the map with the event show choices?Could you elaborate a bit more? I did not quite get what you are trying to achieve.
I mean, when I want to exit the game menu, instead of the main menu an error occurs because I have turned off the scene tittle then how do I change the exit menu in the game menu to get to the map?So if i quiet understand you.. You want if the game ends, transferred into a map? Actually you could emulate a game end with a Event and let you transfer to a map you want, after the end emulation.
I want to change the exit menu in the game menu so that when I want to exit I can directly transfer to the mapWe would like you to explain better what you want.
1) If you want to do it when it involves a battle, you can do it in a controlled way through the event "battle progression" checking the box "continue even when loser".
2) If you don't want to do it through a battle, you can emulate it through simple events.
3) If you want to do it through random battles, you will need a script to change this behavior.
4) If you want to do it through the menu you will need a script for this behavior.