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.
Npc Follower - NpcFollower.js
Plugin desc : NPC Follower Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/NpcFollower.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/NpcFollower.js
File name : NpcFollower.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/NpcFollower.js @plugindesc NPC Follower Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- NpcFollower.js Adds non-party NPCs to any position in the map formation. NPCs are defined as actors in the database and can be added or removed using plugin commands. Since they are not battle members, they do not affect the menu or battle screen. Also, nothing is displayed when the formation is not displayed. You can also add multiple actors with the same ID. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param MaxNpcNumber @text Maximum number of simultaneous NPCs @desc The maximum number of NPCs that can be in the formation at the same time. @type number @default 1 @min 1 @param HideNormalFollower @text Do not display regular followers @desc Regardless of the formation walking setting, normal followers will not be displayed at all, only NPC followers will be displayed. @type boolean @default false @command ADD_NPC @text Added NPCs @desc Adds the specified actor to the formation as an NPC. @arg actorId @text Actor ID @desc Actor ID to add @type actor @default 1 @arg index @text formation position @desc The formation position (party order) to add. It will be added after the specified position. @type number @default 0 @command REMOVE_NPC @text NPC deletion @desc Removes an NPC from the formation by specifying a location. @arg index @text formation position @desc The formation position (party order) to delete. All NPCs added with the index specified by ADD_NPC will be deleted. @type number @default 0 @command REMOVE_NPC_ALL @text Delete all NPCs @desc Remove all NPCs from the ranks.