Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Timing Invoke Common - TimingInvokeCommon.js
Plugin desc : ver1.00/Common events are scheduled when moving between locations, starting or ending battles, etc.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Map_Message/TimingInvokeCommon.js
File name : TimingInvokeCommon.js
Help of plugin :
@plugindesc ver1.00/Common events are scheduled when moving between locations, starting or ending battles, etc. @author Yana @url https://github.com/munokura/Yana-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/Yana-MV-plugins ). Original plugin by Yana. ----- How to Use -------------------------------------------------------------------- By setting the ID of a common event to be triggered at a specific timing in the plugin parameters, that common event will be scheduled to trigger at the specified timing. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver. 1.00: Released @param TransferCommonID @desc This is the ID of the common event to reserve when moving locations. @type common_event @default 10 @param BattleStartCommonID @desc This is the ID of the common event to reserve at the start of the battle. @type common_event @default 11 @param BattleEndCommonID @desc This is the ID of the common event to reserve at the end of the battle. @type common_event @default 12