当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma アイテムを捨てたときにコモンイベントを実行 - DarkPlasma_CommonEventByDiscardItem.js
シェア用テキスト:
▼DarkPlasma アイテムを捨てたときにコモンイベントを実行(DarkPlasma様作) - DarkPlasma_CommonEventByDiscardItem.js
https://plugin-mz.fungamemake.com/archives/5297
DarkPlasma_DiscardItemCommandの捨てるコマンドによってアイテムを捨てた際にコモンイベントを実行します。
ふりがな:あいてむをすてたときにこもんいべんとをじっこう
機能概要: DarkPlasma_DiscardItemCommandの捨てるコマンドによってアイテムを捨てた際にコモンイベントを実行します。
利用規約(ライセンス): 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_CommonEventByDiscardItem.js
プラグインのヘルプ:
/*: * @plugindesc アイテムを捨てたときにコモンイベントを実行する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_DiscardItemCommand * * @param itemDiscardCommonEvent * @desc アイテムを捨てたときに実行するコモンイベントを設定します。 * @text アイテムコモンイベント * @type common_event * @default 0 * * @param weaponDiscardCommonEvent * @desc 武器を捨てたときに実行するコモンイベントを設定します。 * @text 武器コモンイベント * @type common_event * @default 0 * * @param armorDiscardCommonEvent * @desc 防具を捨てたときに実行するコモンイベントを設定します。 * @text 防具コモンイベント * @type common_event * @default 0 * * @param discardItemVariable * @desc 捨てたアイテムのIDを指定した変数に保存します。 * @text 捨てたアイテム変数 * @type variable * @default 0 * * @help * version: 1.0.0 * DarkPlasma_DiscardItemCommandの捨てるコマンドによってアイテムを捨てた際に * コモンイベントを実行します。 * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_DiscardItemCommand version:1.0.0 */