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

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

MV plugins

MNKR Choice Custom MV - MNKR_ChoiceCustomMV.js

Plugin desc : Adds the ability to change the number of columns, rows, and Y-axis position of the options.

License : MIT License

Author : munokura

Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_ChoiceCustomMV.js

Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChoiceCustomMV.js

Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChoiceCustomMV.js

File name : MNKR_ChoiceCustomMV.js

Help of plugin :

@target MV
@url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChoiceCustomMV.js
@plugindesc Adds the ability to change the number of columns, rows, and Y-axis position of the options.
@author munokura
@license MIT License

@help
# Feature
Adds the ability to change the number of columns, rows, and Y-axis position of
options.
You can control the display of options using plugin commands.

# Plugin Commands

## Setting the Number of Columns
SetChoiceColumns [Number of Columns]
- Sets the number of columns for choices
- Specify a value of 1 or greater.

### Example: Displaying two columns
SetChoiceColumns 2

## Setting the Number of Rows
SetChoiceRows [Number of Rows]
- Sets the number of rows for choices
- Specify a value of 1 or greater.

### Example: Displaying two rows
SetChoiceRows 2

## Setting the Y-Axis Position
SetChoiceYPosition [Position]
- Sets the Y-Axis position for choices
- Specify a position value of 0 or greater.

### Example: Top of the screen
SetChoiceYPosition 0

## Reset Settings
ResetChoiceSettings
- Resets all settings to default.

### Example: Reset all settings
ResetChoiceSettings

# Notes

## About the Y-Axis Position
- If the Y position is too large and extends off the screen,
it will automatically be adjusted to the top of the screen.
- If the number of rows specified results in a window size that exceeds the
resolution,
it will automatically adjust the window size and display it at the top of the
screen.

## Combination of rows and columns
- The number of rows can be used in combination with the number of columns.
- If the number of rows x columns is less than the total number of options,
scrolling will be enabled.

### Example: Display 2 columns x 3 rows (displays up to 6 options)
SetChoiceColumns 2
SetChoiceRows 3

# Terms of Use

MIT License.
http://opensource.org/licenses/mit-license.php

Modification and redistribution are permitted without permission from the
author,
and there are no restrictions on usage (commercial, R18+, etc.).

スポンサードリンク

-MV plugins

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