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.
FTKR Select Help Window - FTKR_SelectHelpWindow.js
Plugin desc : v1.1.0 Display the explanation window for the choice while the choice window is displayed
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_SelectHelpWindow.js
File name : FTKR_SelectHelpWindow.js
Help of plugin :
@plugindesc v1.1.0 Display the explanation window for the choice while the choice window is displayed @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 ----------------------------------------------------------------------------- When the Choices window is displayed, this adds a window displaying the description set for each choice. The description is created using the Comment Event's Contents. If the first line of the Comment contains <SHW_Description>, the text on subsequent lines will be used as the description. Create the event as follows: ◆ Show Choices: Yes, No (Window, Right, #1, #2) : Yes ◆ Comment: <SHW_Description> : Description when "Yes" is selected ◆ : No ◆ Comment: <SHW_Description> : Description when "No" is selected ◆ : End The description window is fixed at the top of the screen. Up to two lines of description can be displayed. ----------------------------------------------------------------------------- Setup ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ----------------------------------------------------------------------------- License for this plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin source https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.1.0 - 2018/08/06: Added Traits 1. Added a Traits to hide the description window if no Comments are set. v1.0.0 - 2018/04/15: First version created ----------------------------------------------------------------------------- @param Enable Hide Window @desc Hides the window if no description is set for the option. @default false @type boolean @on hidden @off display