Hi.
I'm trying to use two plugins together. One adds a gallery type of thing to the main menu, and the other is a Title Menu manager.
RPGツクールMVプラグインです。アドベンチャーゲーム等でよく見られる「シーン回想」や「CG閲覧」といった いわゆる「回想モード」機能を追加します。 - rinne-grid/tkoolmv_plugin_RecollectionMode
github.com
^^^ That's the one for the gallery.
sumrndm.site
^^^ This is the one for the Title command.
The problem is that I don't really know how I'm supposed to add the Gallery plugin into the Title command plugin.
New command options are supposed to be added in the section in the image below, but I don't know what I have to put for Symbol or for Action. The part that is in there for action at the moment is the command for running a new game. For action it says : "This is the code that binds a function to a command. Input a Javascript eval that binds a function to 'this'".
Any help with this would be amazing.
Thanks!