当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma イベントが通れないリージョンを指定する - DarkPlasma_NPCKeepOutRegion.js
シェア用テキスト:
▼DarkPlasma イベントが通れないリージョンを指定する(DarkPlasma様作) - DarkPlasma_NPCKeepOutRegion.js
https://plugin-mz.fungamemake.com/archives/2748
指定したリージョンのマスについて、イベントが通行できなくなります。
ふりがな:いべんとがとおれないりーじょんをしていする
機能概要: 指定したリージョンのマスについて、イベントが通行できなくなります。
利用規約(ライセンス): 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_NPCKeepOutRegion.js
プラグインのヘルプ:
/*:ja * @plugindesc ランダム移動やプレイヤーへ近づくNPCが通れないリージョンを指定する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @param regions * @desc NPCがカスタム以外の自律移動で通行できないリージョン一覧 * @text リージョン一覧 * @type number[] * @default [] * * @help * version: 1.0.0 * プラグインパラメータで指定したリージョンのマスについて、 * イベントがランダムまたは近づく自律移動で通行できなくなります。 * * カスタム移動や移動ルートの指定では通行できます。 */