セルフスイッチでの条件分岐(戦闘イベント用) - RX_T_SelfSw_for_BattleEv.js
シェア用テキスト:
▼セルフスイッチでの条件分岐(戦闘イベント用)(TYPE74RX-T様作) - RX_T_SelfSw_for_BattleEv.js
https://plugin.fungamemake.com/archives/27435
セルフスイッチの操作およびセルフスイッチを使った条件分岐を戦闘イベントでも行えるようになります。
ふりがな:せるふすいっちでのじょうけんぶんき(せんとういべんとよう)
機能概要: セルフスイッチの操作およびセルフスイッチを使った条件分岐を戦闘イベントでも行えるようになります。
利用規約(ライセンス): MITライセンス
作者:TYPE74RX-T
作者サイト:https://mdc-light.jpn.org/TYPE74RX-T/
ダウンロードページ:https://w.atwiki.jp/type74rx-t/pages/268.html
ファイル名:RX_T_SelfSw_for_BattleEv.js
プラグインのヘルプ:
//============================================================================= // Plugin_Name : Conditional branching in Self-switch for battle events // File_Name : RX_T_SelfSw_for_BattleEv.js // Version : 1.01 // Copylight : 2020 TYPE74RX-T //============================================================================= //============================================================================= /*: * @target MV MZ * @plugindesc Enable conditional branching by self-switch when setting battle events. * @author TYPE74RX-T * @url https://w.atwiki.jp/type74rx-t/pages/221.html * * @help Conditional branching in Self-switch for battle events * * This plugin is compatible with RPG Maker MV and RPG Maker MZ. * * ◆Summary * You can use a self-switch to perform a conditional branching when setting up * a battle events. * * ◆Notes (mainly for engineers) * The internal configuration of the self-switch used in combat events is * designed so that it does not overlap with the internal configuration of the * self-switch used in map events. * * ◆License * This plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php */ /*:ja * @target MV MZ * @plugindesc セルフスイッチの操作およびセルフスイッチを使った条件分岐(戦闘イベント用) * @author TYPE74RX-T * @url https://mdc-light.jpn.org/TYPE74RX-T/ * * @help セルフスイッチでの条件分岐(戦闘イベント用)MV&MZ * * このプラグインはRPGツクールMV、RPGツクールMZに対応しています。 * * ◆概要 * セルフスイッチの操作およびセルフスイッチを使った条件分岐を * 戦闘イベントでも行えるようになります。 * * ◆備考(主に技術者向け) * 戦闘イベントで使用するセルフスイッチの内部構成は * マップイベントで使用するセルフスイッチの内部構成と重複しないように * 設計されています。 * * ◆ライセンス * このプラグインはMITライセンスで公開されています。 * http://opensource.org/licenses/mit-license.php */