当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
戦闘コマンド非表示 - HideCommand.js
シェア用テキスト:
▼戦闘コマンド非表示(ポテトードラゴン様作) - HideCommand.js
https://plugin-mz.fungamemake.com/archives/3773
戦闘コマンドの中で不要なものを非表示に出来ます。
ふりがな:せんとうこまんどひひょうじ
機能概要: 戦闘コマンドの中で不要なものを非表示に出来ます。
利用規約(ライセンス): MITライセンス
作者:ポテトードラゴン
作者サイト:https://x.com/pota_gon
解説ページ:https://github.com/pota-gon/RPGMakerMZ/wiki
ファイル名:HideCommand.js
プラグインのヘルプ:
*: @plugindesc 戦闘コマンド非表示 Ver1.4.2(2021/9/5) @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/Battle/HideCommand.js @base Potadra @orderAfter Potadra @target MZ @author ポテトードラゴン ・アップデート情報 - リファクタ Copyright (c) 2021 ポテトードラゴン Released under the MIT License. https://opensource.org/licenses/mit-license.php @help ## 概要 戦闘コマンドの中で不要なものを非表示に出来ます。 ## 使い方 パラメータで非表示設定が出来るので、不要なものを非表示にしてください。 @param HideAttackCommand @type boolean @text 攻撃コマンド非表示 @desc 攻撃コマンド非表示設定 @on 表示しない @off 表示する @default false @param HideCannotAttack @type boolean @text 攻撃コマンド封印時非表示 @desc 攻撃コマンドが封印されている場合非表示にする設定 @on 表示しない @off 表示する @default false @param HideSkillCommand @type boolean @text スキルコマンド非表示 @desc スキルコマンド非表示設定 @on 表示しない @off 表示する @default false @param HideGuardCommand @type boolean @text 防御コマンド非表示 @desc 防御コマンド非表示設定 @on 表示しない @off 表示する @default false @param HideItemCommand @type boolean @text アイテムコマンド非表示 @desc アイテムコマンド非表示設定 @on 表示しない @off 表示する @default false */