public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MVEli_MoveChoiceWindow

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Eli_MoveChoiceWindow
  • Original author: Eliaquim
  • Original date: October 31, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/eli_movechoicewindow.114749/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Spoiler: Old video Author Eliaquim You need Eli's_Book.js in order to use this plugin.​ Introduction

Archived First Post




Author Eliaquim
You need
Eli's_Book.js in order to use this plugin.

Introduction

By default, the choice window can only be in three positions:
Left | Center | Right.​
But what if you wanted to give her a more dynamic position?
With this plugin, you can choose the position of the window using two variables or among nine different predefined positions. It is also possible to add a movement to the window.

Features

The plugin offers the following:
• Enable or disable moving the window with a switch.
• Choose a position for the window from among the nine predefined ones, or another
your choice through two variables.
• Add a delay in frames before selecting the choice. This is useful for players who press the confirmation button repeatedly, choosing the first choice by accident.

How to Use

Configure the plugin parameters.
• OffsetX and Y > Here you can find options to leave the window's initial position off the screen. The plugin will automatically calculate the width of the window and place it off the screen. This is useful to give the player the impression of the window coming from outside the screen. You can also choose not to use the offset.
• startPosition and finalPosition> Here you can configure predefined positions for windows:

1592798330007.png


• VarPos > Will use the values of the variables(only works for the final pos).

In the case of the Start position, the offset value X and Y will be added if you choose to use it.
In the case of the Final position, you can also choose VarPos which will cause the position to be determined by the variables.

• Plugin commands:

◆ Plugin Command:ChoiceCustomPos > true/false (To enable or disable the plugin)
◆ Plugin Command:ChoiceMovement > true/false (To enable or disable the movement feature)
◆ Plugin Command:ChoiceOffsetX > Adjust the offset X: left | right | none
◆ Plugin Command:ChoiceOffsetY > Adjust the Y: up offset | down | none
◆ Plugin Command:ChoiceStartPos > Adjust the starting position: See the name of the positions above.
◆ Plugin Command:ChoiceFinalPos > Adjust the final position: See the name of the positions above.
◆ Plugin Command: ChoiceDelay > Choose a number to add to the delay(frames).
◆ Plugin Command: ChoiceMoveSpeed > The speed of the movement. Lower numbers are faster.

Examples:

1. To place the choices window at the player's position, simply store the value of the variable using the script field inside the variable control.
  • VarId X Pos = $gamePlayer.screenY();
  • VarId Y Pos = $gamePlayer.screenY();
2. To put in the position of the event:
  • VarId X Pos = $gameMap.event(eventID).screenX();
  • VarId Y Pos = $gameMap.event(eventID).screenY();

Download
Eli_MoveChoiceWindows.js

Screenshots
UAjCBV5.png

L6j2Vq0.png

cP88gU9.png

5JhPvwM.png

Terms of use


https://www.hakuenstudio.com/rpg-maker/terms-of-use

Update Log
Version 1.7 - 08/22/2020
- Code restructuring.
Version 1.6 - 07/28/2020
- Add a parameter to enable/disable the plugin.
- Removed the switch from plugin commands.
Version 1.5 - 06/22/2020
- Code clean up.
Version 1.4 - 05/21/2020
- Added dependency with Eli's_Book.js
- Changed the plugin name to Eli_MoveChoices
- Added movement option in the choice window!
- Added switch to enable or disable movement for the window.
- Added predefined position parameters.
- Added plugin commands to change the position of the window.
Version 1.3 - 05/11/2020
- Dropped plugin commands, now only work with switch and variable.
- Code clean up! Now offer better compatibility with other plugins.
Versão 1.2 - 04/19/2020
- Code clean up.
Version 1.1 - 01/02/2020
- Add the option to use formulas in plugin commands.
- Code modifications and new parameters.
Version 1.0 - 10/31/2019
- Plugin release!

Features Mentioned

  • The plugin offers the following:
  • Enable or disable moving the window with a switch.
  • Choose a position for the window from among the nine predefined ones, or another
  • your choice through two variables.
  • Add a delay in frames before selecting the choice. This is useful for players who press the confirmation button repeatedly, choosing the first choice by accident.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Terms of use https://www.hakuenstudio.com/rpg-maker/terms-of-use Update Log Spoiler

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar