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.
MNKR Choice Cols - MNKR_ChoiceCols.js
Plugin desc : Adds the ability to change the number of columns and Y-axis position of options.
License : MIT License
Author : munokura
Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_ChoiceCols.js
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChoiceCols.js
Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChoiceCols.js
File name : MNKR_ChoiceCols.js
Help of plugin :
@target MV @url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChoiceCols.js @plugindesc Adds the ability to change the number of columns and Y-axis position of options. @author munokura @license MIT License @help Adds the ability to change the number of columns and Y-axis position of options. Specify a variable ID in the plugin parameters, and the value of that variable will be reflected in the selection. Notes 1. The Y-position variable is initially set to 0, causing the option to appear at the top of the screen. To return to the default behavior, you must assign a negative value such as -1 beforehand. 2. If the Y-position variable's value is too large and it extends off-screen, it will automatically be adjusted to the bottom of the screen. Terms of Use: MIT License. http://opensource.org/licenses/mit-license.php Modifications and redistribution are permitted without the author's permission, and there are no restrictions on use (commercial, R18, etc.). @param choiceColsVariableId @text Column Number Variable ID @desc This is the number of columns for the variable value. If the value is less than 2, it will be 1 column. If you do not want to use this function, specify "None". @type variable @default 0 @param choiceYpositionVariableId @text Y position variable ID @desc The variable value will be the Y-axis position of the option. If the value is negative, it will be the standard behavior. If you do not want to use the function, specify "None". @type variable @default 0