An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

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
*

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.