当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 明かりの中にいるかどうか判定するプラグインコマンド - DarkPlasma_IsInLights.js
シェア用テキスト:
▼DarkPlasma 明かりの中にいるかどうか判定するプラグインコマンド(DarkPlasma様作) - DarkPlasma_IsInLights.js
https://plugin-mz.fungamemake.com/archives/5082
暗いマップにおいて明かりの中にいるかどうか判定し、結果をスイッチに反映するプラグインコマンドを提供します。
ふりがな:あかりのなかにいるかどーかはんてーするぷらぐいんこまんど
機能概要: 暗いマップにおいて明かりの中にいるかどうか判定し、結果をスイッチに反映するプラグインコマンドを提供します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://elleonard.github.io/DarkPlasma-MZ-Plugins/2024/…
ファイル名:DarkPlasma_IsInLights.js
プラグインのヘルプ:
/*: * @plugindesc 明かりの中にいるかどうか判定するプラグインコマンド * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_DarkMap * * @command isInLights * @text 明かりの中にいるか判定 * @desc 明かりの中にいる場合指定したスイッチをONにします。 * @arg switchId * @desc 対象が明かりの中にいる場合ONにするスイッチを指定します。 * @text スイッチ * @type switch * @default 0 * @arg target * @desc 明かりの中にいるかどうか判定する対象を選択します。 * @text 対象 * @type select * @option プレイヤー * @value player * @option このイベント * @value thisEvent * @option 他のイベント * @value otherEvent * @default player * @arg eventId * @desc 対象が他のイベントの場合に、イベントIDを指定します。 * @text イベントID * @type number * @default 0 * * @help * version: 1.0.0 * 暗いマップにおいて明かりの中にいるかどうか判定し、 * 結果をスイッチに反映するプラグインコマンドを提供します。 * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_DarkMap version:2.2.0 */