- Joined
- Nov 23, 2019
- Messages
- 10
- Reaction score
- 12
- First Language
- English
- Primarily Uses
- RMMV
Hi, I'm using Yanfly's Button Common Events to call specific menus with hotkeys, which works great for the most part. The problem is that when I hit the hotkey for the Equip, Skill, or Status menu, it takes me directly to the menu of the last selected actor. I'd like it to either take me to the main menu (where it has the sub-menu selected but not the specific actor)
or ask which actor's menu the player would like to open (Show Choices), then proceed to open that specific actor's sub-menu.
Either solution works for me, if it's at all possible.
Oh, and by the way, the scripts I'm currently using are SceneManager.push(Scene_Equip); (and of course, the same for the other two but with their respective menu names).
Either solution works for me, if it's at all possible.
Oh, and by the way, the scripts I'm currently using are SceneManager.push(Scene_Equip); (and of course, the same for the other two but with their respective menu names).