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.
Battle Log To Message - BattleLogToMessage.js
Plugin desc : Battlelog message display plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/BattleLogToMessage.js
File name : BattleLogToMessage.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Battlelog message display plugin @author Triacontane @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/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Changes the display of the battle log to a message window at the bottom of the screen. Plugin Command Details Execute from the "Plugin Command" event command. (Separate parameters with a space.) BLM_BATTLE_LOG_CLOSE Closes the battle log window. Execute from a battle event. BLM_BATTLE_LOG_OPEN Reopens the battle log window. Execute from a battle event. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param StatusPosUpper @desc Place command and status windows at the top of the screen so they are not obscured by messages. @type boolean @default true @param SuppressPopup @desc Hides the damage popup. @type boolean @default false @param MessagePosUpper @desc Display the entire message window at the top. In that case, disable the status top placement. @type boolean @default false @param MessageSpeed @desc Changes the message speed to be obtained from the variable with the specified number. The value of the variable will be the frame value. @type number @default 0 @param WaitForEndAction @desc After the action is completed, the message will wait for the specified number of frames before being cleared. @type number @default 0 @param FontSize @desc The font size of the log window. @type number @default 28 @param MessageLines @desc The number of lines in the window. If you reduce the number of lines, messages such as damage indication may not be displayed. @type number @default 4 @param HiddenIfEmpty @desc When a window has no content to display, it becomes hidden. @type boolean @default false @param SkillViewSimplified @desc Switches the display of skills and items to a centered display with only the names. @type boolean @default false @param MessageWindowNoApply @desc Anything originally displayed in the message window will no longer be affected by the plugin. @type boolean @default false