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.
TM Text Escape - TMTextEscape.js
Plugin desc : Adds control characters that can be used to Show Text.
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/TMTextEscape.js
File name : TMTextEscape.js
Help of plugin :
@plugindesc Adds control characters that can be used to Show Text. @author tomoaky @url https://github.com/munokura/tomoaky-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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Message Control Character Extension ver1.4.1 Usage: The following control characters can now be used in the Event's Contents "Show Text" and "Show Choices," and in the database "Description." ¥J[n] # Replaces with the nth job name. ¥AJ[n] # Replaces with the nth actor's current job name. ¥PJ[n] # Replaces with the nth party member's current job name. ¥ANN[n] # Replaces with the nth actor's current nickname. ¥PNN[n] # Replaces with the nth party member's current nickname. ¥IN[n] # Replaces with the nth item name (with icon). ¥WN[n] # Replaces with the nth weapon name (with icon). ¥AN[n] # Replaces with the nth armor name (with icon). ¥SN[n] # Replaces with the nth skill name (with icon). ¥ML[n] # Replace with the level cap of actor n. ¥INUM[n] # Replace with the number of item n owned. (0 = money) ¥WNUM[n] # Replace with the number of weapon n owned. ¥ANUM[n] # Replace with the number of armor n owned. ¥MAP[n] # Replace with the name of map n (not the display name). The following functions are only valid for the "Show Text" Event's Contents. ¥AF[n] # Displays the current facial graphic of actor n. This plugin has been tested with RPG Maker MV Version 1.5.1. This plugin is distributed under the MIT License and is free to use, including for commercial purposes, modifications, and redistribution. Bonus Traits: Fixes an issue where the descriptions of items (skills) with dynamic descriptions would not update during battle.