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.
Event Movable Limitation - EventMovableLimitation.js
Plugin desc : EventMovableLimitationPlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/EventMovableLimitation.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/EventMovableLimitation.js
File name : EventMovableLimitation.js
Help of plugin :
* @plugindesc EventMovableLimitationPlugin * @author triacontane * @target MZ * @base PluginCommonBase * @orderAfter PluginCommonBase * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/EventMovableLimitation.js * * @help EventMovableLimitation.js * * Limit the movable range of events. * If you try to move beyond the limits from the initial placement, you will not be able to move. * Please specify the following in the event Note section * <Movable:u, d, l, r> * u : The number of movable tiles in the upward direction * d : The number of movable tiles in the downward direction * l : The number of movable tiles in the left direction * r : The number of movable tiles in the right direction * If you specify a negative value, such as -1, the movement in the specified direction will be unlimited. * * This plugin is released under the MIT License.