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 No Remember Menu Actor - NRP_NoRememberMenuActor.js
Plugin desc : v1.00 Actor's position is not memorized during menu operation.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (https://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_NoRememberMenuActor.js
Desc page : https://newrpg.seesaa.net/article/494008821.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_NoRememberMenuActor.js
File name : NRP_NoRememberMenuActor.js
Help of plugin :
Do not memorize the actor's position * when operating the menu screen. * * RPG Maker MV/MZ's menu specifications force it to remember * the position of the actor you manipulated. * * 1. Subject of skill, equipment, and status. * 2. Target of skill and item. * * The above two types of specifications are retained. * This does not matter if the option "Command Remember" is turned off. * * Also, the memory of a skill's subject will be shared * with the subject of its equipment and status. * Since information that is inherently unrelated is shared, * it This tends to confuse players. * * Furthermore, this information is permanently stored * whether the menu screen is closed or the data is loaded. * I believe that memorizing operations that the player * does not already remember is more likely to confuse him or her. * * This plugin improves such problems. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @------------------------------------------------------------------ * @ Plugin Parameters * @------------------------------------------------------------------ * * @param NoRememberSubject * @type boolean * @default true * @desc It does not remember the subject of skills, equipment, or status. * * @param NoRememberTarget * @type boolean * @default true * @desc It does not remember the target of the item or skill. * * @param ClearMenuOpen * @type boolean * @default false * @desc Clears the memory state when the menu is opened.