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.
NUUN Leader Actor Formation Only - NUUN_LeaderActorFormationOnly.js
Plugin desc : Only the leader can be freely replaced
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_LeaderActorFormationOnly.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_LeaderActorFormationOnly.js
File name : NUUN_LeaderActorFormationOnly.js
Help of plugin :
* @target MZ * @plugindesc Only the leader can be freely replaced * @author NUUN * @base NUUN_SceneBattleFormation * @orderAfter NUUN_SceneBattleFormation * @version 1.0.2 * * @help * When rearranging characters using actor commands during battle, the designated character will be able to swap all characters, and all other members will only be able to swap themselves. * This plugin is an extension plugin of "NUUN_SceneFormation"(Ver.2.0.1 or later). * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 7/7/2024 Ver.1.0.2 * Added a function that allows replacement with a reserve member when rearranging players other than the leader. * 6/23/2024 Ver.1.0.1 * Fixed to accommodate leader changes. * 8/6/2023 Ver.1.0.0 * First edition. * * @param ChangeLeaderActor * @text Leader Actor * @desc Specify an actor that can freely organize members. 0 is the leader * @type actor * @default 0 * * @param NotLeaderChangeSubMember * @text Permission to replace players other than the leader * @desc When reordering, non-leader actors are allowed to swap with sub members. * @type boolean * @default true *