- Joined
- Sep 8, 2012
- Messages
- 45
- Reaction score
- 24
- First Language
- English
Thank you in advance for your help.
I would like to know if there is a plugin that will add a "Return to game" command to the exit menu. If not would someone be able to create one.
Thank you again for your help.
SOLVED!!!!!!!!!!!!!!!!!!
Using Plugin YEP_MainMenuManager.js (http://yanfly.moe/2015/10/17/yep-14-main-menu-manager/) I was able to add a Close Menu command.
Under whichever menu option you are using:
Name: 'Close Menu'
Symbol: clsMenu
Show: true
Enabled: true
Ext
Main Bind: this.popScene.bind(this)
I hope this Helps anyone else with this question.
I would like to know if there is a plugin that will add a "Return to game" command to the exit menu. If not would someone be able to create one.
Thank you again for your help.
SOLVED!!!!!!!!!!!!!!!!!!
Using Plugin YEP_MainMenuManager.js (http://yanfly.moe/2015/10/17/yep-14-main-menu-manager/) I was able to add a Close Menu command.
Under whichever menu option you are using:
Name: 'Close Menu'
Symbol: clsMenu
Show: true
Enabled: true
Ext
Main Bind: this.popScene.bind(this)
I hope this Helps anyone else with this question.
Last edited:


