I'm using a menu plugin, and i want one of the buttons to call for a common event (event 001), i tried past solutions, but it doesn't work.. english not good sorry!!
I'm using:
https://raw.githubusercontent.com/biud436/MV/master/RS_GraphicsMenu.js
IntroductionThis plugin allows you to indicate a desired graphics menu. Screenshots Usage Place 'RS_GraphicsMenu.js' file in your plugin folder and then setup it in the Plugin Manager. It will show up the plugin parameters in the right panel of plugin manager and you can display up the various...
biud436.tistory.com
What i added:
if (sceneObject.endsWith(":commonevent")) {
this._touched = false;
SoundManager.playOk();
SceneManager.pop();
$gameMap._interpreter.command117([1]);
}