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

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

MV plugins

FTKR Message Window Lines - FTKR_MessageWindowLines.js

Plugin desc : v1.1.2 Plugin to change the number of lines in the message window

License : MIT License

Author : Futokoro

Desc page : https://github.com/munokura/futokoro-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_MessageWindowLines.js

File name : FTKR_MessageWindowLines.js

Help of plugin :

@plugindesc v1.1.2 Plugin to change the number of lines in the message window
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@license MIT License

@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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
Executing the following plugin command will change the number of lines displayed in the message window to n.

MWL_CHANGE_LINES n

If two or more "Show Text" Event's Contents are executed consecutively,
the contents of the consecutive "Show Text" commands will be concatenated, and the window will display and break pages according to the changed number of lines.

Note that if multiple "Show Text" commands are concatenated,
only the first "Show Text" command's window settings (such as face image and display position) will be Reflectioned.

It can also be concatenated with the "Scrolling Text Display" command.
While changing the number of lines, executing the "Scrolling Text Display" command
will display the message window.

The changed number of lines will be restored to its original value by executing the following plugin command.

MWL_RESET_LINES

Example) If the event is configured as follows:

◆Plugin Command: MWL_CHANGE_LINES 7
◆Text: None, Window, Bottom
: : Line 1
: : Line 2
: : Line 3
: : Line 4
◆Text: None, Window, Bottom
: : Line 5
: : Line 6
: : Line 7
: : Line 1 of the next page
◆Plugin Command: MWL_RESET_LINES

When this event is executed, a 7-line message window will display the entire contents of the first text and the first three lines of the second text.
After a page break, the fourth line of the second text will be displayed.

-----------------------------------------------------------------------------
Setup Instructions
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."

-----------------------------------------------------------------------------
Conflict Prevention
-----------------------------------------------------------------------------
1. When using in conjunction with MessageWindowPopup.js, please use it as follows.

1. In the Plugin Manager, place this plugin at the bottom.

2. When changing the number of display lines while the balloon is enabled,
be sure to match the connection part of the text display command with the number of display lines.

Example: To change the number of display lines to 6, configure the event as follows:
◆Plugin Command: MWL_CHANGE_LINES 6
◆Text: None, Window, Bottom
: : Line 1
: : Line 2
: : Line 3
◆Text: None, Window, Bottom
: : Line 4
: : Line 5
: : Line 6
◆Text: None, Window, Bottom
: : Line 1 of Page 2
: : Line 2
: : Line 3
◆Plugin Command: MWL_RESET_LINES
As shown above, the first line of the new page must be the first line of the text display command.

Incorrect Example) In the example below, the second page cannot be displayed.
◆Plugin Command: MWL_CHANGE_LINES 6
◆Text: None, Window, Bottom
: : Line 1
: : Line 2
: : Line 3
: : Line 4
◆Text: None, Window, Bottom
: : Line 5
: : Line 6
: : Line 1 of Page 2
: : Line 2
◆Text: None, Window, Bottom
: : Line 3
◆Plugin Command: MWL_RESET_LINES

-----------------------------------------------------------------------------
License for this Plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.

Copyright (c) 2017 Futokoro
http://opensource.org/licenses/mit-license.php

Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md

-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------

v1.1.2 - 2018/04/28: Bug Fixes
1. Fixed an issue where the message window display position did not adjust to the window size after changing the number of lines.

v1.1.1 - 2018/02/03: Processing Review
1. To prevent conflicts, the window size change process and the display event processing for linked text were reviewed.

v1.1.0 - 2018/01/06: Traits Addition
1. When changing the number of lines, executing "Scroll Text" now displays the message window.

v1.0.0 - January 5, 2018: First version created

-----------------------------------------------------------------------------

スポンサードリンク

-MV plugins

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