An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

FTKR Event Move By Input - FTKR_EventMoveByInput.js

Plugin desc : v1.0.0 A plugin that centers a specified event on the screen and moves it with key operations

License : MIT License

Author : Futokoro

Desc page : https://github.com/munokura/futokoro-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_EventMoveByInput.js

File name : FTKR_EventMoveByInput.js

Help of plugin :

@plugindesc v1.0.0 A plugin that centers a specified event on the screen and moves it with key operations
@author Futokoro
@url https://github.com/munokura/futokoro-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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
Executing the following plugin command will shift the viewpoint to the specified event, allowing you to control it like a player.
While the viewpoint is shifted to the event, the player will not move and the menu screen will not be displayed.

MBI_CURSOR_EVENT_MODE ON id

For id, enter the ID of the event you want to specify.
You can reference the value of variable ID n by entering ¥v[n] for id.

Example:
MBI_CURSOR_EVENT_MODE ON 5
MBI_CURSOR_EVENT_MODE ON ¥v[10]

<What you can do in Cursor Event Mode>
1. The map display area is automatically adjusted around the event.
2. Use the up, down, left, right, and mouse keys to move the event.
3. Other events can be executed by contact or the Confirm button.
4. Dash is possible.
5. Exit Cursor Event Mode with the Cancel button (*1)

(*1) If the plugin parameter "Return By Cancel" is enabled,
pressing the Cancel button will return the viewpoint to the player.

To return the viewpoint to the player with the parameter disabled,
execute the following plugin command:

MBI_CURSOR_EVENT_MODE OFF

Note: This plugin command can be executed even if "Return By Cancel" is enabled.

-----------------------------------------------------------------------------
Setup Method
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."

-----------------------------------------------------------------------------
License for this Plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.

Copyright (c) 2018 Futokoro
http://opensource.org/licenses/mit-license.php

Plugin source
https://github.com/futokoro/RPGMaker/blob/master/README.md

-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------

v1.0.0 - January 25, 2018: First version created

-----------------------------------------------------------------------------

@param Return By Cancel
@desc Whether to exit the mode by canceling in cursor event mode
@default false
@type boolean
@on valid
@off invalid

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.