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.
Battle Log Output - BattleLogOutput.js
Plugin desc : Battlelog Output Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleLogOutput.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/BattleLogOutput.js
File name : BattleLogOutput.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleLogOutput.js @plugindesc Battlelog Output 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-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- BattleLogOutput.js You can output the battle log using the plugin command. This command is only valid on the battle screen. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @command OUTPUT_LOG @text Battle log output @desc Prints the battle log. @arg message @text Output message @desc This is the message to be output as a battle log. @type multiline_string @arg pushBaseLine @text Add a baseline @desc The log displayed before the battle log output will be erased and the log will be output from the beginning. @type boolean @default true @arg waitCount @text Weight @desc Deletes all logs after the specified number of frames have passed. If you specify 0, no logs will be deleted. @type number @default 0