当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 高速メッセージの表示を無効 - DarkPlasma_DisableShowFastMessage.js
シェア用テキスト:
▼DarkPlasma 高速メッセージの表示を無効(DarkPlasma様作) - DarkPlasma_DisableShowFastMessage.js
https://plugin-mz.fungamemake.com/archives/1279
メッセージの高速表示を禁止する
ふりがな:こうそくめっせーじのひょうじをむこう
機能概要: メッセージの高速表示を禁止する
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_DisableShowFastMessage.js
プラグインのヘルプ:
// DarkPlasma_DisableShowFastMessage 1.0.0 // Copyright (c) 2020 DarkPlasma // This software is released under the MIT license. // http://opensource.org/licenses/mit-license.php /** * 2020/09/26 1.0.0 公開 */ /*:ja * @plugindesc メッセージの高速表示を禁止する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/RPGtkoolMZ-Plugins * * @command Enable showFastMessage * @text メッセージ高速表示許可 * * @command Disable showFastMessage * @text メッセージ高速表示禁止 * * @help * プラグインコマンドにより、メッセージの高速表示を禁止したり許可したりします。 */