MZ用プラグイン

DarkPlasma マップ上のキャラクター近傍にテキストを表示 - DarkPlasma_CharacterText.js

シェア用テキスト:
▼DarkPlasma マップ上のキャラクター近傍にテキストを表示(DarkPlasma様作) - DarkPlasma_CharacterText.js
https://plugin-mz.fungamemake.com/archives/5295
マップ上のキャラクターの近傍にテキストを表示します。

ふりがな:まっぷじょうのきゃらくたーきんぼうにてきすとをひょうじ

機能概要: マップ上のキャラクターの近傍にテキストを表示します。

利用規約(ライセンス): 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_CharacterText.js

プラグインのヘルプ:

/*:
 * @plugindesc マップ上のキャラクター近傍にテキストを表示する
 * @author DarkPlasma
 * @license MIT
 *
 * @target MZ
 * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
 *
 * @param fontSize
 * @text フォントサイズ
 * @type number
 * @default 21
 *
 * @command register
 * @text テキストを登録する
 * @desc 本コマンドを記述したページが有効になっている間、対象イベントにテキストを表示します。本コマンド自体は何もしません。
 * @arg text
 * @text テキスト
 * @type string
 * @arg offsetX
 * @text Xオフセット
 * @type number
 * @default 0
 * @min -1000
 * @arg offsetY
 * @text Yオフセット
 * @type number
 * @default -72
 * @min -1000
 *
 * @command hideAll
 * @text テキストを非表示にする
 * @desc マップ上に表示しているテキストをすべて一時的に非表示にします。
 *
 * @help
 * version: 2.0.1
 * マップ上のキャラクターの近傍にテキストを表示します。
 *
 * 表示したいイベントのメモ欄に <characterText> と記述し、
 * 表示したいページにテキストを登録するプラグインコマンドを記述してください。
 *
 * 一時的に非表示にするプラグインコマンドで一度非表示になったテキストは
 * マップ移動を行うと再度表示されます。
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.