Welcome to PGMZ! 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 Message Window Adjust - LL_MessageWindowAdjust.js
Plugin desc : Adjusts the width of the message window.
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-messagewindowadjust/
File name : LL_MessageWindowAdjust.js
Help of plugin :
* @target MZ * @plugindesc Adjusts the width of the message window. * @author Lulu's Church * @url https://nine-yusha.com/plugin-messagewindowadjust/ * * @help LL_MessageWindowAdjust.js * * When showing messages, this plugin keeps the message window width consistent * even when no face graphic is used. * * There are no plugin commands. * * 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: 2021/9/2 * * @param adjustWindowChoiceList * @text Sync Choice Position * @desc Whether to align the choice list position with the message width. * @default true * @type boolean * * @param adjustOnBattle * @text Enable During Battle * @desc If ON, adjusts message width during battles as well. * @default false * @type boolean * * @param adjustWindowType * @text Target Window Background * @desc Choose which window background types to apply the adjustment to. * @type select * @default all * @option All * @value all * @option Window Only * @value windowOnly * @option Darken Only * @value darkenOnly * @option Transparent Only * @value clearOnly * * @param adjustOnFace * @text Width Adjust (Face) * @desc Amount to reduce message width when using a face graphic. * Default: 0 * @default 0 * @type number * @min 0 * @max 2000 * * @param adjustNoFace * @text Width Adjust (No Face) * @desc Amount to reduce message width when not using a face graphic. * Default: 80 * @default 80 * @type number * @min 0 * @max 2000