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

#ツクプラ

Dark Plasma Change Formation - DarkPlasma_ChangeFormation.js

シェア用テキスト:
▼Dark Plasma Change Formation(DarkPlasma様作) - DarkPlasma_ChangeFormation.js
https://plugin.fungamemake.com/archives/12852
隊列を変更するプラグインコマンド。パーティのx番目とy番目を入れ替えたり パーティのA君とBさんを入れ替えたり パーティのCさんをリーダーにしたり リーダーをイベント開始時のリーダーに戻したりできます

ふりがな:ちぇんじふぉーめーしょん

機能概要: 隊列を変更するプラグインコマンド。パーティのx番目とy番目を入れ替えたり パーティのA君とBさんを入れ替えたり パーティのCさんをリーダーにしたり リーダーをイベント開始時のリーダーに戻したりできます

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

作者:DarkPlasma

作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html

解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins

ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…

ファイル名:DarkPlasma_ChangeFormation.js

プラグインのヘルプ:

/*:
 * @plugindesc 隊列並び替え系プラグインコマンド
 * @author DarkPlasma
 * @license MIT
 * 
 * @param Reset Leader When Event Ending
 * @desc イベント終了時にリーダーをイベント開始時のリーダーに戻す(パーティにいる場合のみ)
 * @default false
 * @type boolean
 * 
 * @help
 * 以下のプラグインコマンドを提供します
 * 
 * swapOrder a b
 *  パーティのa番目とb番目を入れ替える
 *  a: number 0~3
 *  b: number 0~3
 * 
 * swapOrderByName a b
 *  パーティメンバーの a と b を入れ替える
 *  a: string アクター名
 *  b: string アクター名
 * 
 * changeLeader x
 *  xをリーダー(先頭)にする
 *  x: string アクター名
 * 
 * reserLeader
 *  リーダーをイベント開始時のリーダーに戻す
 */

スポンサードリンク

スポンサードリンク

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