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.
RX T Ev Gather - RX_T_EvGather.js
Plugin desc : Gathering the specified events to the player's location. And, You can also gathering events by specifying the coordinates.
License : MIT License
Author : TYPE74RX-T
Website : https://w.atwiki.jp/type74rx-t/pages/221.html
Desc page : https://w.atwiki.jp/type74rx-t/pages/221.html
Download Page : https://raw.githubusercontent.com/munokura/RX_T-plugins/refs/heads/main/RX_T_EvGather.js
File name : RX_T_EvGather.js
Help of plugin :
* @target MV MZ * @plugindesc Gathering the specified events to the player's location. And, You can also gathering events by specifying the coordinates. * @author TYPE74RX-T * @url https://w.atwiki.jp/type74rx-t/pages/221.html * * @command gatheringEvents * @text Gathering the Events * @desc Gathering the specified events to the * player’s location. * * @arg EventID * @text Event ID * @desc The event ID of the target you want to gather. * Example:1-4, 5, 14, 59-63 * @default 1 * @type string * * @arg moveToX * @text Move to X * @desc Position to gather events (X) * X, Y, both -1: Same position as the player. * @default -1 * @min -1 * @type number * * @arg moveToY * @text Move to Y * @desc Position to gather events (Y) * X, Y, both -1: Same position as the player. * @default -1 * @min -1 * @type number * * @help Gathering the Events * * This plugin is compatible with RPG Maker MV and RPG Maker MZ. * * ◆Summary * Gathering the specified events to the player’s location. * And, You can also gathering events by specifying the coordinates. * * ◆Usage * 【Event command ”Script”】 * (This is the only way to set it up in RPG Maker MV.) * To gather Event ID 1, Event ID 3, and Event ID 5 at the player’s location * * this.ev_gather([1, 3, 5]); * * If you want to gather events in a specific coordinate, you can use * Set up additional X and Y as shown below. * * this.ev_gather([eventID1, eventID2], x, y); * * 【Plugin Command】 *(This method is exclusive to RPG Maker MZ.) * ★Event ID * The event ID of the target you want to gather. * Multiple selections are possible. * Example:1-4, 5, 14, 59-63 * * ★Move to X(or Y) * Position to gather events. * If both X and Y are set to -1, they will gather at the same position * as the player. * * ◆License * This plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php