Main Menu Actor Events (YEP)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
Download
System
This is a plugin created for RPG Maker MV.
For help on how to install plugins, click here.
For help on how to update plugins, click here.
Got errors with your RPG Maker MV plugin? Click here.
Required Plugins
The following plugins are required in order to use this plugin.
Place the following plugins above this plugin located in the Plugin Manager.
Yanfly Engine Plugins
This plugin is a part of the Yanfly Engine Plugins library.
Introduction
This plugin requires YEP_MainMenuManager. Make sure this plugin is located under YEP_MainMenuManager in the plugin list. This plugin lets you create Main Menu commands that play different common events depending on which actor is selected. A variety of combinations can be ran depending on which keyword and actor is picked by the player before running the common event.
Notetags
RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.
Here is a list of Notetag(s) that you may use.
---
The notetags are only used for actors. They don't apply to classes or any other database objects. Actor Notetags: <Menu keyword Event: x> - Replace 'keyword' with the exact keyword used in the Main Menu Manager command ext entry setup that you want to associate with this notetag. - Replace 'x' with the exact ID of the common event you wish to run.
Main Menu Manager Integration
To integrate access to a scene from this plugin into Yanfly's Main Menu Manager, use the settings below:
For those using the Main Menu Manager and would like to position the Row command in a place you'd like, use the following format: Name: 'Insert Command Name Here' Symbol: ActorEvent Show: true Enabled: true Ext: 'Insert Keyword Here' Main Bind: this.commandPersonal.bind(this) Actor Bind: Insert the above setup within a Main Menu Manager slot. Provided you copy the exact settings to where you need it, it will appear there while using all of the naming, enabling, disabling, hiding, and showing effects done by the plugin parameters.
Changelog
- Version 1.00
- Plugin released!