Hello! I was wondering if anyone knows how to add a custom command category to the Item scene. I have looked and looked, and tried and tried, but no luck. I am trying to create a command for TAA's Book Menu plugin on the Item Scene. I would want it to open and then when cancelled out, it would go back to the Item scene. You can get the book plugin here
Hello!
I was wondering if anyone knows how to add a custom command category to the Item scene. I have looked and looked, and tried and tried, but no luck.
I am trying to create a command for TAA's Book Menu plugin on the Item Scene. I would want it to open and then when cancelled out, it would go back to the Item scene.
You can get the book plugin
here
TAA Spider did include commands to include in Yanfly's Main Menu plugin, but I can't get anything to work.
Code:
Menu Name: TAA.bm.Parameters.Menu.Name
Menu Symbol: books
Menu Show: $gameSystem.isShowBookMenu()
Menu Enabled: $gameSystem.isBookMenuEnabled()
Menu Ext:
Menu Main Bind: this.commandBook.bind(this)
Menu Actor Bind:
I would appreciate any ideas.