Update History
- 20/08/29
Sorry.
I have written "!=" instead of "!==" in the plugin.
Please update the plugin if you have this plugin installed, to avoid incomprehensible errors and problems.
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.
Download
最終更新:2020年08月29日 18:38