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

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

MZ plugins

Menu Sub Members MZ - MenuSubMembersMZ.js

Plugin desc : Display sub members at menu window and map as followers

License : MIT License

Author : Sasuke KANNAZUKI

Website : https://www.rpgmakerweb.com/products/rpg-maker-mz

Download Page :  C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch MenuSubMembersMZ.js

File name : MenuSubMembersMZ.js

Help of plugin :

* @target MZ
 * @plugindesc Display sub members at menu window and map as followers
 * @author Sasuke KANNAZUKI
 *
 * @param subMemberIdVal1
 * @text Var ID for sub member 1
 * @desc Variable ID for actor ID of sub member 1.
 * @type variable
 * @default 1
 *
 * @param subMemberIdVal2
 * @text Var ID for sub member 2
 * @desc Variable ID for actor ID of sub member 2.
 * @type variable
 * @default 2
 *
 * @param subMemberIdVal3
 * @text Var ID for sub member 3
 * @desc Variable ID for actor ID of sub member 3.
 * @type variable
 * @default 3
 *
 * @param subMemberIdVal4
 * @text Var ID for sub member 4
 * @desc Variable ID for actor ID of sub member 4.
 * @type variable
 * @default 4
 *
 * @param subMemberText
 * @text Sub Members Text
 * @desc Text to display that means sub members.
 * @type string
 * @default Sub Members
 *
 * @param displayIfNone
 * @text Display if none?
 * @desc Does display window if no sub members?
 * @type boolean
 * @on Yes
 * @off No
 * @default false
 *
 * @param subMemberNoneText
 * @parent displayIfNone
 * @text Display text when none
 * @desc Text to display when party has no sub members.
 * @type string
 * @default None
 *
 * @param DisplayOnMap
 * @text Display on map?
 * @desc Does display sub members on map as followers?
 * @type boolean
 * @on Yes
 * @off No
 * @default true
 *
 * @param additionalFollower
 * @text Additional Follower
 * @desc The increase number of display actor as follower.
 * @type number
 * @min 0
 * @default 4
 *
 * @help This plugin does not provide plugin commands.
 * This plugin runs under RPG Maker MZ.
 *
 * This plugin enables to make sub members.
 * Sub member is an actor that neither to attend the battle
 * nor to display on actor window,
 * but display both on menu at sub member window and on map as follower.
 * 
 * [Summary]
 * The party can attend at most 4 sub members.
 * If the party don't set sub member(s), set 0 the variable ID.
 *
 * You can also increase the number of displaying actors as followers.
 * Set the option "Additional Follower". The default number is 4,
 * it means you can display 8 actors.
 * This setting is independent from the number of sub members.
 *
 * When number of party actors is more than displayable, some footer actors
 * are excluded from followers.
 * On another front, it displays all sub members always as followers.
 *
 * [Note]
 * This plugin is only for default menu.
 * It cannot use on menu that changed layout.(ex. AltMenuScreen.js).
 *
 * [License]
 * this plugin is released under MIT license.
 * http://opensource.org/licenses/mit-license.php

スポンサードリンク

-MZ plugins

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