当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
Skip Party Command - SkipPartyCommand.js

▼Skip Party Command(ツミオ様作) - SkipPartyCommand.js
https://plugin.fungamemake.com/archives/1820
戦闘時のパーティーコマンドをスキップします。
ふりがな:ぱーてぃこまんどすきっぷ
機能概要: 戦闘時のパーティーコマンドをスキップします。
利用規約(ライセンス): MITライセンス
作者:ツミオ
作者サイト:https://x.com/TsumioNtGame
ダウンロードページ:https://raw.githubusercontent.com/Tsumio/rmmv-plugins/m…
ファイル名:SkipPartyCommand.js
プラグインのヘルプ:
/*: * @plugindesc This plugin skip party command in battle. * @author Tsumio * * @param SwitchNumberForSkipping * @type switch * @desc If this switch is on, party command is skipped. * @default 1 * * @param SwitchNumberForEscapeCommand * @type switch * @desc If this switch is on, show escape command to actor command window. * @default 2 * * @help This plugin skip party command in battle. * * ----how to use---- * You can use this plugin after setting SwitchNumberForSkipping and SwitchNumberForEscapeCommand parameters. * * ----plugin command---- * There is no plugin command. * * * ----change log--- * 1.0.5 2018/07/25 Fixed to refresh the status window also on turn 0. * 1.0.4 2018/01/04 Add escape command to acttor command window. * 1.0.3 2018/01/02 Fixed a bug when a inactivity actor is at the beginning of the party. * 1.0.2 2017/08/16 More Adjustment. * 1.0.1 2017/08/16 Adjustment of skip judgment. * 1.0.0 2017/08/16 Release * * ----remarks---- * I shall not be responsible for any loss, damages and troubles from using this plugin. * * --Terms of Use-- * This plugin is free for both commercial and non-commercial use. * You may edit the source code to suit your needs, * so long as you don't claim the source code belongs to you. * */ /*:ja * @plugindesc 戦闘時のパーティーコマンドをスキップします。 * @author ツミオ * * @param スキップ用のスイッチ番号 * @type switch * @desc このスイッチ番号がONのとき、パーティーコマンドはスキップされます。 * @default 1 * * @param 逃げるコマンド表示用のスイッチ番号 * @type switch * @desc このスイッチ番号がONのとき、アクターコマンドに逃げるコマンドが追加されます。 * @default 2 * * @help 戦闘時のパーティーコマンドをスキップします。 * * * * 【使用方法】 * プラグインの導入後、スキップ用のスイッチ番号および逃げるコマンド表示用のスイッチ番号を設定することによって使用できます。 * * * 【プラグインコマンド】 * このプラグインにプラグインコマンドはありません。 * * 【更新履歴】 * 1.0.5 2018/07/25 0ターン目もステータスウィンドウをリフレッシュするよう修正。 * 1.0.4 2018/01/04 アクターコマンドに逃げるコマンドを追加。 * 1.0.3 2018/01/02 パーティー先頭に行動不能アクターが存在した場合の不具合を修正。 * 1.0.2 2017/08/16 さらに微調整。 * 1.0.1 2017/08/16 スキップの判定を微調整。 * 1.0.0 2017/08/16 公開。 * * 【備考】 * 当プラグインを利用したことによるいかなる損害に対しても、制作者は一切の責任を負わないこととします。 * * 【利用規約】 * ソースコードの著作権者が自分であると主張しない限り、 * 作者に無断で改変、再配布が可能です。 * 利用形態(商用、18禁利用等)についても制限はありません。 * 自由に使用してください。 * */