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.
MNKR Text Code Help MZ - MNKR_TextCodeHelpMZ.js
Plugin desc : Displays help to make it easier to copy control character codes when entering text.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TextCodeHelpMZ.js
File name : MNKR_TextCodeHelpMZ.js
Help of plugin :
@target MZ
@url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TextCodeHelpMZ.js
@plugindesc Displays help to make it easier to copy control character codes when entering text.
@author munokura
@license MIT License
@help
The help display for control characters that can be used in ”Display Text” is
very difficult to read.
Also, control characters added in RPG Maker MZ have not been added to the
help.
(As of v1.0.2)
Right-clicking on the text editing screen will display ”Plugin Help.”
Copying control characters from this plugin’s help will reduce typos.
Control Characters Added in MZ
¥PX[n] Shifts the character position of the line horizontally by n pixels.
¥PY[n] Shifts the character position of the line vertically by n pixels.
¥FS[n] Sets the font size to n.
Continuation Control Characters from MV
¥V[n] Replaced with the value of variable n.
¥N[n] Replaced with the name of actor n.
¥P[n] Replaced with the name of party member n.
¥G Replaced with the currency unit.
¥C[n] Displays the following text in color n. *See the color number chart at
the bottom.
¥I[n] Replaces with icon number n.
¥{ Increases text size by one level.
¥} Decrease text size by one level.
¥$ Opens the money window.
¥¥ Replaces with a backslash.
¥. Waits 1/4 second.
¥| Waits 1 second.
¥! Waits for button input.
¥> Instantly displays all characters on the same line.
¥< Cancels the instant display effect.
¥^ Does not wait for input after displaying text.
No plugin commands or settings.
# Terms of Use
MIT License.
http://opensource.org/licenses/mit-license.php
Modifications and redistribution are permitted without permission from the
author, and there are no restrictions on usage (commercial, R18, etc.).