Welcome to PGMZ! 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.
NRP Battle Parallel Common - NRP_BattleParallelCommon.js
Plugin desc : v1.022 Enables parallel common events, even during battle.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_BattleParallelCommon.js
Desc page : http://newrpg.seesaa.net/article/477740800.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_BattleParallelCommon.js
File name : NRP_BattleParallelCommon.js
Help of plugin :
Enables parallel common events, even during battle * Register the target common events in the plugin parameter. * If the configured switch is on at that time, it will be executed in parallel. * * Conversely, you can also disable registered common events on the map. * * [Terms] * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but we will respond to defects as far as possible. * * @param commonEventsWhiteList * @type common_event[] * @default [] * @desc Register a parallel common event to be enabled in battle. * * @param invalidOnMap * @type boolean * @default false * @desc Disables registered parallel common events on the map. * * @param validAllCommon * @type boolean * @default false * @desc Enables parallel common events in battle. * The above registration common events will be meaningless. * * @param alwaysMonitorChange * @type boolean * @default false * @desc It always monitors changes in variables and switches. * It can handle variable operations by external plugins.