当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma アイテムシーン アイテム一覧から装備するコマンド - DarkPlasma_EquipItemInMenuItem.js
シェア用テキスト:
▼DarkPlasma アイテムシーン アイテム一覧から装備するコマンド(DarkPlasma様作) - DarkPlasma_EquipItemInMenuItem.js
https://plugin-mz.fungamemake.com/archives/5307
アイテムシーンでアイテムにカーソルを合わせて決定を押した際、装備コマンドを表示します。
ふりがな:あいてむしーん あいてむいちらんからそうびするこまんど
機能概要: アイテムシーンでアイテムにカーソルを合わせて決定を押した際、装備コマンドを表示します。
利用規約(ライセンス): 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_EquipItemInMenuItem.js
プラグインのヘルプ:
/*: * @plugindesc アイテムシーン アイテム一覧から装備するコマンド * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_IndividualItemCommand * @orderAfter DarkPlasma_IndividualItemCommand * * @help * version: 1.0.0 * アイテムシーンでアイテムにカーソルを合わせて決定を押した際、 * 装備コマンドを表示します。 * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_IndividualItemCommand version:1.1.0 * 下記プラグインと共に利用する場合、それよりも下に追加してください。 * DarkPlasma_IndividualItemCommand */