//============================================================================= // NRP_MessageSpeed.js //============================================================================= /*: * @target MV MZ * @plugindesc v1.03 Changes the message speed. * @author Takeshi Sunagawa (http://newrpg.seesaa.net/) * @url http://newrpg.seesaa.net/article/485101364.html * * @help Changes the message speed. * You can also add an item * for changing the message speed in the options. * * ------------------------------------------------------------------- * [Usage] * ------------------------------------------------------------------- * Set the "DefaultSpeed" to your preference. * 100 is the normal message speed. * For example, 150 is 1.5 times the normal speed. * If you set a large number such as 99999, * instantaneous display is also possible. * * If you want to add an item to the option screen, * please set a numerical value to "OptionPosition". * ※In the initial state (blank), the item will be hidden. * * Also, the value set in "MessageSpeedList" will be displayed * as a candidate for the option. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @param DefaultSpeed * @type number * @default 100 * @desc Set the message speed with 100 as the standard. * For example, 150 is 1.5 times the normal speed. * * @param SpeedVariable * @type variable * @desc This variable controls the message speed. * It takes precedence over "DefaultSpeed" and optional settings. * * @param DisableShowFastSwitch * @type switch * @desc Disables instantaneous message display while the switch is on. * Always disabled if 0 (none) is specified. Disabled if blank (DEL). * * @param