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.
TMJA Log Window - TMJALogWindow.js
Plugin desc : Displays the log window in the map scene.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMJALogWindow.js
File name : TMJALogWindow.js
Help of plugin :
@plugindesc Displays the log window in the map scene. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT @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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- is required. Be sure to install this plugin below. Plugin Commands: JumpAction showLogWindow # Show the log window JumpAction hideLogWindow # Hide the log window JumpAction addLog text # Add text to the log window Some control characters are also allowed (¥V[n], ¥N[n], ¥P[n], ¥G, ¥C[n]). @param logWindowX @desc X coordinate of the log window. Default: 0 @default 0 @param logWindowY @desc Y coordinate of the log window. Default: 464 @default 464 @param logWindowWidth @desc Width of the log window. Default: 480 @default 480 @param logWindowHeight @desc Height of the log window. Default: 160 @default 160 @param lineHeight @desc The height of one line in the log window. Default: 24 @default 24 @param fontSize @desc Log window font size. (Not implemented) Default: 20 @default 20 @param startVisible @desc Display state at the start of the game. Initial value: 1 (0 is hidden) @default 1 @param collideOpacity @desc Opacity when overlapping with the player. Default: 128 (0 to 255) @default 128 @param messageBusyHide @desc Hide the log window while the message window is displayed. Default: 1 (0: do not hide) @default 1 @param eventBusyHide @desc Hide the log window while an event is running. Default: 1 (0: do not hide). @default 1