当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
名前コマンド - NameCommand.js
シェア用テキスト:
▼名前コマンド(ポテトードラゴン様作) - NameCommand.js
https://plugin-mz.fungamemake.com/archives/6641
名前で参照するプラグインコマンドを提供します。
ふりがな:なまえこまんど
機能概要: 名前で参照するプラグインコマンドを提供します。
利用規約(ライセンス): MITライセンス
作者:ポテトードラゴン
作者サイト:https://twitter.com/pota_gon
ダウンロードページ:https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/m…
ファイル名:NameCommand.js
プラグインのヘルプ:
*:
@plugindesc
名前コマンド Ver0.5.0(2022/12/2)
@url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/Name/NameCommand.js
@target MZ
@author ポテトードラゴン
・アップデート情報
- 開発版を公開
Copyright (c) 2024 ポテトードラゴン
Released under the MIT License.
https://opensource.org/licenses/mit-license.php
@help
## 概要
名前で参照するプラグインコマンドを提供します。
## 使い方
### メンバーの入れ替え
1. プラグインコマンドを呼び出します
2. コマンド名『メンバーの入れ替え』を選択します
3. 引数の『名前』に「アクターの名前」を入力します
4. 引数の『操作(加える OR 外す)』で、「加える」か「外す」を選択します
5. 引数の『初期化』で、「メンバーを加えるときに初期化するか」を選択します
@command swap_actor
@text メンバーの入れ替え
@desc 名前でメンバーの入れ替えをします
@arg name
@type string
@text 名前
@desc 入れ替えたいメンバーの名称
@arg operation
@type boolean
@text 操作(加える OR 外す)
@desc メンバーの入れ替えの操作(加える OR 外す)
@on 加える
@off 外す
@default true
@arg init
@parent operation
@type boolean
@text 初期化
@desc メンバーの加入時に初期化するか
@on 初期化する
@off 初期化しない
@default false
*/