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.
LL Galge Choice Window MV - LL_GalgeChoiceWindowMV.js
Plugin desc : Visual novel style choice window plugin
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation
Author : Lulu's Church
Website : https://nine-yusha.com/
Desc page : https://nine-yusha.com/plugin-galgechoicewindow/
File name : LL_GalgeChoiceWindowMV.js
Help of plugin :
* @target MV * @plugindesc Visual novel style choice window plugin * @author Lulu's Church * @url https://nine-yusha.com/plugin-galgechoicewindow/ * * @help LL_GalgeChoiceWindowMV.js * * Displays a visual novel style choice window. * You can also set custom window and button images. * (Place images in the img/system folder) * * Plugin Commands (Required): * ↓ Set choices. (Separate with commas, no spaces) * LL_GalgeChoiceWindowMV setChoices [Choice1,Choice2...] * ↓ Show choices. (Cancel: 0=No, 1=Yes) * LL_GalgeChoiceWindowMV showChoice [ResultVariableID] [CancelAllowed] [DefaultIndex] * (Set DefaultIndex to "0" for no selection) * * Plugin Commands (Optional, must be set before showChoice each time): * ↓ Set question message. * LL_GalgeChoiceWindowMV setMessageText [Message] * ↓ Change number of columns. (Default: 1) * LL_GalgeChoiceWindowMV setMaxCols 1 * ↓ Change window width. (Default: 480) * LL_GalgeChoiceWindowMV setWindowWidth 480 * ↓ Set custom window image. * LL_GalgeChoiceWindowMV setBackgroundImage [ImageName] * ↓ Set custom button image. (Default X,Y: 0) * LL_GalgeChoiceWindowMV setBtnImage [Image] [SelectedImage] [X] [Y] * ↓ Change choice height. Adjust if images overlap. (Default: 0) * LL_GalgeChoiceWindowMV setItemHeight 0 * ↓ To reset to default, run with no arguments: * LL_GalgeChoiceWindowMV setBackgroundImage * * [Example Command Input] * LL_GalgeChoiceWindowMV setMessageText Proceed ahead? * LL_GalgeChoiceWindowMV setChoices Yes,No * LL_GalgeChoiceWindowMV showChoice 1 1 1 * * Terms of use: * ・No copyright notice required. * ・No report needed for use. * ・Free for commercial and non-commercial. * ・No restriction for adult works. * ・You may modify freely for your game. * ・Redistribution as plugin material (incl. modified) prohibited. * * Author: Lulu's Church * Date: 2022/12/20 * * @param imageDeleteGuardList * @text Image List * @desc Register window/button images used in choices. * Prevents them from being removed as unused resources. * @default [] * @type struct<imageDeleteGuardList>[]