RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

Region Switch - RegionSwitch.js

シェア用テキスト:
▼Region Switch(シロップ様作) - RegionSwitch.js
https://plugin.fungamemake.com/archives/12209
リージョン通過時にスイッチを操作

ふりがな:りーじょんすいっち

機能概要: リージョン通過時にスイッチを操作

利用規約(ライセンス): MITライセンス

作者:シロップ

作者サイト:https://x.com/thiropGames

ダウンロードページ:https://raw.githubusercontent.com/Thirop/RPGMakerMV/mas…

ファイル名:RegionSwitch.js

プラグインのヘルプ:

/*:
 * @plugindesc リージョン通過時にスイッチを操作
 * @author Thirop
 * @help プラグインパラメータ「リージョンIDの設定」からリージョンIDと対応するスイッチ番号を設定してください。
 *
 * @param list
 * @text リージョンIDの設定
 * @desc リストをダブルクリックでリージョンID/スイッチ番号の追加/修正
 * @type struct<list>[]
 */
//============================================================================= 

/*~struct~list:
 * @param regionId
 * @text リージョンID
 * @desc リージョンID
 * @type number
 * @decimals 0
 *
 * @param switchId
 * @text スイッチID
 * @desc スイッチID
 * @type number
 * @decimals 0
 *
 * @param value
 * @text スイッチのON/OFF
 * @desc リージョン通過時にスイッチをON/OFFどちらにするか。trueでON、falseでOFF
 * @type boolean
 * @default true
 */

スポンサードリンク

スポンサードリンク

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