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

#ツクプラ

コモンコマンド - TMCommonCommand.js

シェア用テキスト:
▼コモンコマンド(tomoaky様作) - TMCommonCommand.js
https://plugin.fungamemake.com/archives/2339
メインメニューにコモンイベント実行用のコマンドを追加します。

ふりがな:こもんこまんど

機能概要: メインメニューにコモンイベント実行用のコマンドを追加します。

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

作者:tomoaky

作者サイト:https://x.com/tomoaky

直接ダウンロード:Zipファイル

ダウンロードページ:https://raw.githubusercontent.com/munokura/tomoaky-MV-p…

ファイル名:TMCommonCommand.js

プラグインのヘルプ:

/*:
 * @plugindesc メインメニューにコモンイベント実行用のコマンドを追加します。
 *
 * @author tomoaky (https://hikimoki.sakura.ne.jp/)
 *
 * @param command1
 * @type struct<CommonCommand>
 * @desc コモンコマンドその1
 * @default {”name”:””,”commonEventId”:”0”}
 * 
 * @param command2
 * @type struct<CommonCommand>
 * @desc コモンコマンドその2
 * @default {”name”:””,”commonEventId”:”0”}
 * 
 * @param command3
 * @type struct<CommonCommand>
 * @desc コモンコマンドその3
 * @default {”name”:””,”commonEventId”:”0”}
 * 
 * @param command4
 * @type struct<CommonCommand>
 * @desc コモンコマンドその4
 * @default {”name”:””,”commonEventId”:”0”}
 * 
 * @param command5
 * @type struct<CommonCommand>
 * @desc コモンコマンドその5
 * @default {”name”:””,”commonEventId”:”0”}
 * 
 * @help
 * TMPlugin - コモンコマンド ver1.0.0
 * 
 * 使い方:
 * 
 *   プラグインパラメータのコマンド名と実行するコモンイベントを設定すれば
 *   メインメニューに新しいコマンドが追加されます。
 * 
 *   このプラグインは RPGツクールMV Version 1.6.1 で動作確認をしています。
 *
 *   このプラグインはMITライセンスのもとに配布しています、商用利用、
 *   改造、再配布など、自由にお使いいただけます。
 */
/*~struct~CommonCommand:
 *
 * @param name
 * @desc コマンド名
 * @default 
 *
 * @param commonEventId
 * @type common_event
 * @desc 実行するコモンイベント
 * @default 0
 *
 */

スポンサードリンク

スポンサードリンク

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