グローバル変数を介してテキストを追加する情報ウィンドウを提供するプラグイン – RS_MenuInformation.js

タイトル
This plugin provides the Information Window that adds a text via the global variable.
作者名
ヘルプ
You might want to add a new text string in current line. This plugin command
is stored as text strings in the global memory space until the game ends.

MenuInformation add Hello, World
MenuInformation add \image<picture_name> image1...
MenuInformation add \image<picture_name:90> image2...

Here plugin command is deleted all texts that are stored in the global memory
space.

MenuInformation clear

=============================================================================
Change Log
=============================================================================
2016.01.04 (v1.0.0) - First Release.
2016.02.27 (v1.0.1) - Fixed a few code (makeCommandList → addOriginalCommands)
2016.03.05 (v1.0.1b) - Fixed the class structure.
2017.01.23 (v1.0.2) - Converted sources to ES6.
2017.09.06 (v1.0.3) - Converted sources to ES5.
2019.07.05 (v1.0.4) :
- Added the image text code.
2020.02.13 (v1.0.5) :
- it is saved the menu information in the save file.
- Now it is possible to run this plugin even in the RMMV 1.5.2 or less.
パラメータ
param Menu Name
desc Type the menu name
default Information

ライセンス表記
  • MIT License
The MIT License
Copyright (c) 2016 biud436
Free for commercial and non commercial use.

紹介ページ https://github.com/biud436/MV/blob/master/RS_MenuInformation.js