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

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Dark Plasma Fix Choice List Position - DarkPlasma_FixChoiceListPosition.js

Plugin desc : Fix the display position of the options

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_FixChoiceListPosition.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_FixChoiceListPosition.js

File name : DarkPlasma_FixChoiceListPosition.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Fix the display position of the options
@author DarkPlasma
@license MIT

@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

Version: 1.0.0
Fixes the display position of the options using a plugin command.

Information about the position fixation is included in the save data.

About the Y Coordinate Type
The Y coordinate of the options is normally determined based on the position
of the message window.
To fix the options to a position corresponding to the top, middle, or bottom
of the message window,
select Top, Middle, or Bottom.

@command fixChoiceListPosition
@text Fixed position of options
@desc Fix the display position of the options.
@arg xPositionType
@text X coordinate type
@desc Specifies the type of X coordinate.
@type select
@default 4
@option left
@value 0
@option Medium
@value 1
@option right
@value 2
@option Numerical specification
@value 3
@option Not fixed
@value 4

@arg x
@text X coordinate
@desc Specifies the X coordinate. This is only valid when the X coordinate type is specified as a number.
@type number
@default 0

@arg yPositionType
@text Y coordinate type
@desc Specifies the type of Y coordinate: Top, Middle, or Bottom, which represents the location of the message window.
@type select
@default 2
@option above
@value 0
@option Medium
@value 1
@option under
@value 2
@option Numerical specification
@value 3
@option Not fixed
@value 4

@arg y
@text Y coordinate
@desc Specifies the Y coordinate. This is only valid when the Y coordinate type is specified as a number.
@type number
@default 0

@command unfixChoiceListPosition
@text Unlocking the position of options
@desc Unlocks the position of the options.

スポンサードリンク

-MZ plugins

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