Welcome to PGMV! 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://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/NpcFollower.js
File name : NpcFollower.js
Help of plugin :
@url https://triacontane.blogspot.com/ @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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Adds a non-party NPC 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 combatants, they do not affect the menu or battle screen. Also, nothing is displayed if the formation is not displayed. You can also add multiple actors with the same ID. Plugin Command Details Execute from the "Plugin Command" event command. (Parameters are separated by a space.) NF_ADD_NPC 4 1 # Add actor ID [4] as an NPC after the [1]th NPC in the party. NF_ADD_NPC 5 3 # Add actor ID [5] as an NPC after the [3]th NPC in the party. NF_REM_NPC 1 # Delete all NPCs added in [1]th position. NF_REM_NPC 3 # Delete all NPCs added in [3]th position. The index you specify is independent of the added NPC. Please specify the party order (1...number of battle members). If you want to delete an NPC by ID rather than by order, use the following command: NF_REM_NPC_ID # Delete the NPC with actor ID [4] Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param 最大同時NPC数 @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 通常フォロワーを表示しない @text Do not display regular followers @desc Do not display any regular followers, only NPC followers. Enable column walking in the database. @type boolean @default false