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.
State Help - StateHelp.js
Plugin desc : ver1.03/Add help to states and a mechanism to view state details.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/State/StateHelp.js
File name : StateHelp.js
Help of plugin :
@plugindesc ver1.03/Add help to states and a mechanism to view state details. @author Yana @url https://github.com/munokura/Yana-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/Yana-MV-plugins ). Original plugin by Yana. ----- There are no plugin commands. ------------------------------------------------------ ------------------------------------------------------ How to Set Up ----------------------------------------------------- You can set a description for a state by writing the following in the state's Note field: <STATE_HELP> State Description </STATE_HELP> You can set a description for that state by writing the following in the state's Note field: ------------------------------------------------------ Specifications ----------------------------------------------------- During battle, when an actor command or party command is active, you can call up the state help window by clicking the left side of the screen. This setting can be disabled by setting UseTouchCall to false. The state help window can also be closed by clicking outside the state help window. ------------------------------------------------------ Terms of Use ----------------------------------------------------- This plugin is released under the MIT license. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver. 1.03: Changed the terms of use to the MIT License. Fixed a bug that caused enemies to appear when invoked from the menu. ver. 1.02: Fixed processing to prevent conflicts with YEP_X_BattleSysATB. ver. 1.01: Fixed a bug that caused hidden enemies to appear. ver. 1.00: Released