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.
Player Has Parallel Event - PlayerHasParallelEvent.js
Plugin desc : Allow the player to have arbitrary parallel process.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/502267799.html
File name : PlayerHasParallelEvent.js
Help of plugin :
* @target MZ * @plugindesc Allow the player to have arbitrary parallel process. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502267799.html * @help Ver.1.1.0 * The specifications are almost the same as for parallel processing of events. * However, it will be executed after the player update process. * * @command setCommonEvent * @text Set Common Event * @desc Set parallel processes on the player. * @arg id * @text Common Event ID * @type common_event * @desc Disable with 0. * @default 0 * @arg eventId * @text Event ID * @desc A character who becomes "This Event" in the common event. * Disable with -1.This event with 0 * @default -1 *