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.
Skip Control Character - SkipControlCharacter.js
Plugin desc : Eliminates display delays caused by control characters.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/485154167.html
File name : SkipControlCharacter.js
Help of plugin :
* @target MZ * @plugindesc Eliminates display delays caused by control characters. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/485154167.html * @help Ver.1.0.0 * This skips the wait that occurs one frame for each control character. * * @param ExclusionList * @text Exclusion List * @desc Control characters in the exclude list do not skip the wait. * It also recognizes lowercase letters. * @default ["I","<"] * @type string[] *