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.
Fes Style Followers - FesStyleFollowers.js
Plugin desc : Reproduces the behavior of followers in RPG Maker Fes.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/502016790.html
File name : FesStyleFollowers.js
Help of plugin :
* @target MZ MV * @orderAfter FesSpin * @plugindesc Reproduces the behavior of followers in RPG Maker Fes. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502016790.html * @help Ver.1.1.0 * * @param characterName * @text Character Name * @desc Death image * @type file * @dir img/characters * @default !Flame * * @param characterIndex * @text Character Index * @default 5 * * @param stepAnime * @text Step Anime * @type select * @option Default * @value 0 * @option Always ON * @value 1 * @option Always OFF * @value 2 * @default 1 * * @param walkAnime * @text Walk Anime * @type select * @option 標準 * @value 0 * @option Always ON * @value 1 * @option Always OFF * @value 2 * @default 0 * * @param animationWait * @text Animation Wait * @desc 0 is default. * @default 15 * * @param collisionEnabled * @text Collision Enabled * @desc Collide event characters with followers. * @type boolean * @default true * * @param lowerPriority * @text Lower Priority * @desc When followers and events overlap, the display of the event takes priority (when collision is disabled). * @type boolean * @default true *