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 Convert Escape Characters In Script - FTKR_ConvertEscapeCharactersInScript.js
Plugin desc : v1.0.1 Use control characters in Event's Contents scripts
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_ConvertEscapeCharactersInScript.js
File name : FTKR_ConvertEscapeCharactersInScript.js
Help of plugin :
@plugindesc v1.0.1 Use control characters in Event's Contents scripts @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 ----------------------------------------------------------------------------- This allows the use of control characters in Event's Contents scripts (including variable manipulation and conditional branching). The following control characters can be used: ¥V[n]: Refers to the value of the variable with variable ID n. ¥A[n]: Refers to the actor name with actor ID n. ¥P[n]: Refers to the name of the nth party member from the beginning of the party. (Counting from 0) ¥G: Refers to the monetary unit. ¥S[n]: Refers to the true/false state of the switch with switch ID n. ----------------------------------------------------------------------------- Setup Method ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." 2. When combining with the following plugins, register this plugin in the following order: FTKR_IgnoreScriptError.js FTKR_ConvertEscapeCharactersInScript.js ----------------------------------------------------------------------------- License for this Plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin Publisher https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.0.1 - 2018/08/15: Fixed a bug in the travel route script. v1.0.0 - 2018/08/13: Created the first version. -----------------------------------------------------------------------------