Original Source
- Original title: MZ Please help with common event call
- Original author: Deleted member 122878
- Original date: May 13, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/please-help-with-common-event-call.168636/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
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 Graphics Menu - RPG Maker MV 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...
Archived First Post
I'm using: https://raw.githubusercontent.com/biud436/MV/master/RS_GraphicsMenu.js
Graphics Menu - RPG Maker MV
if (sceneObject.endsWith(":commonevent")) {
this._touched = false;
SoundManager.playOk();
SceneManager.pop();
$gameMap._interpreter.command117([1]);
}
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...