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.
TM Event Click - TMEventClick.js
Plugin desc : Click to activate an event and drag to move it.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMEventClick.js
File name : TMEventClick.js
Help of plugin :
@plugindesc Click to activate an event and drag to move it. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Event Click ver0.3.1b This plugin has been tested with RPG Maker MV Version 1.6.1. This plugin is distributed under the MIT License and is free to use, including commercial use, modifications, and redistribution. Plugin Commands: stopEventClick # Return to normal operation. startEventClick # Start event click mode. startEventDrag # Start event drag mode. startEventClickDrag # Start event click-and-drag mode. Event Click Mode: The player is prevented from moving, and clicked events are immediately executed. Event Drag Mode: The player is prevented from moving, and events can be moved by drag-and-drop. Event Click-and-Drag Mode: This plugin has the functionality of both event click mode and event drag mode. Note field Tag (Event): <noClick> # Disables immediate event execution by click. <noDrag> # Disables event movement by drag-and-drop. Plugin Parameter Notes: noDropRegions For example, if you set it to 1,2,3, regions 1 through 3 will not be able to be moved by drag and drop. @param dropStart @desc Triggers an event when dragging and dropping. Default: OFF ( true = ON enabled / false = OFF disabled ) @default false @type boolean @param canMultipleDrop @desc Events can be overlapped by drag and drop. Default: OFF (true = ON possible / false = OFF not possible) @default false @param lockTurnEnabled @desc Turning around by event trigger in click (drop) mode Default: OFF ( true = ON enabled / false = OFF disabled ) @default false @param noDropRegions @desc Regions where drag-and-drop movement is prohibited. Set with half-width numbers (multiple entries can be specified by separating them with commas).