当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
Mano パーティコマンドからコモンイベント - Mano_PartyCommandEvent.js
シェア用テキスト:
▼Mano パーティコマンドからコモンイベント(しぐれん様作) - Mano_PartyCommandEvent.js
https://plugin-mz.fungamemake.com/archives/6808
戦闘中のパーティコマンドからコモンイベントを呼び出します。
ふりがな:ぱーてぃこまんどからこもんいべんと
機能概要: 戦闘中のパーティコマンドからコモンイベントを呼び出します。
利用規約(ライセンス): MITライセンス
作者:しぐれん
作者サイト:https://siguren400.booth.pm/
ダウンロードページ:https://raw.githubusercontent.com/Sigureya/RPGmakerMZ/m…
ファイル名:Mano_PartyCommandEvent.js
プラグインのヘルプ:
/*: * @plugindesc バトル中のパーティコマンドに任意の要素を追加します。 * @author しぐれん * @url https://raw.githubusercontent.com/Sigureya/RPGmakerMZ/master/Mano_PartyCommandEvent.js * * @target MZ * * @param commandList * @type struct<PartyCommand>[] * @default [] * * @help * 戦闘中のパーティコマンドからコモンイベントを呼び出します。 * シーン遷移系のコマンドを呼び出すと不具合が発生する可能性があります。 * * Call a common event from a party command in battle. * If you call a scene transition command, a problem may occur. * * ■更新履歴/UpdateLogs * 2022/04/11 ver1.1.0 Added English commentary * 2022/03/02 ver1.0 公開 * */