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.
Character Has Resident Event - CharacterHasResidentEvent.js
Plugin desc : Allow the character to have arbitrary resident event.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/502390715.html
File name : CharacterHasResidentEvent.js
Help of plugin :
* @target MZ * @plugindesc Allow the character to have arbitrary resident event. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502390715.html * @help Ver.1.0.0 * This is another parallel process that is executed immediately * after the parallel process performed by the character. * * 【Note】 * <residentPage:PageID> * //Specify a parallel process to be resident from the beginning. * This page will not appear. * * <residentCommon:CommonEventID> * //Specify a parallel process to be resident from the beginning. * * <disablePage:PageID> * //Specify a page that does not appear. * Multiple specifications can be specified by separating them with commas. * * @command setResidentCommonEvent * @text Set Resident Common Event * @desc Set up another parallel process for the character. * Can also be set for player with PlayerHasParallelEvent. * @arg characterId * @text Character ID * @desc This event with 0 * @default 0 * @arg id * @text Common Event ID * @type common_event * @desc Disable with 0. * @default 0 * * @command setResidentEvent * @text Set Resident Event * @desc Set up another parallel process for the character. * @arg characterId * @text Character ID * @desc This event with 0 * @default 0 * @arg id * @text Page ID * @desc Disable with 0. * @default 0 *