MZ用プラグイン

NUUN サポートアクター表示(サポートアクター拡張) - NUUN_DisplaySupportActor.js

シェア用テキスト:
▼NUUN サポートアクター表示(サポートアクター拡張)(NUUN様作) - NUUN_DisplaySupportActor.js
https://plugin-mz.fungamemake.com/archives/3714
参加しているサポートアクターを表示させます。このプラグインはサポートアクター(NUUN_SupportActor)の拡張機能です。

ふりがな:さぽーとあくたーひょうじ(さぽーとあくたーかくちょう)

機能概要: 参加しているサポートアクターを表示させます。このプラグインはサポートアクター(NUUN_SupportActor)の拡張機能です。

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

作者:NUUN

作者サイト:https://github.com/nuun888

ダウンロードページ:https://raw.githubusercontent.com/nuun888/mz/master/NUU…

ファイル名:NUUN_DisplaySupportActor.js

プラグインのヘルプ:

/*:
 * @target MZ
 * @plugindesc サポートアクター表示(サポートアクター拡張)
 * @author NUUN
 * @version 1.3.1
 * @base NUUN_SupportActor
 * 
 * @help
 * 参加しているサポートアクターを表示させます。
 * このプラグインはサポートアクター(NUUN_SupportActor)の拡張機能です。
 * 
 * 利用規約
 * このプラグインはMITライセンスで配布しています。
 * 
 * 更新履歴
 * 2021/8/13 Ver.1.3.1
 * サポートアクターが追加されたときにサポートアクターウィンドウの動作がおかしくなる問題を修正。
 * サポートアクターが参加していない場合はコマンドに表示しないように修正。
 * 2021/8/13 Ver.1.3.0
 * サポートアクターウィンドウの初期表示を指定できる機能を追加。
 * 2021/8/12 Ver.1.2.0
 * サポートアクターウィンドウを非表示にする機能を追加。
 * 2021/8/12 Ver.1.1.0
 * ウィンドウの表示の仕様を変更。
 * 右側表示に対応。
 * 2021/8/11 Ver.1.0.0
 * 初版
 * 
 * @param WindowSetting
 * @text ウィンドウ設定
 * @default ------------------------------
 * 
 * @param Window_X
 * @text 基本サポートアクターウィンドウX
 * @desc 基準となるサポートアクターウィンドウX座標
 * @type number
 * @default 0
 * @parent WindowSetting
 * 
 * @param Window_Y
 * @text 基本サポートアクターウィンドウY
 * @desc 基準となるサポートアクターウィンドウY座標
 * @type number
 * @default 96
 * @parent WindowSetting
 * 
 * @param Window_Width
 * @text サポートアクターウィンドウ横幅
 * @desc サポートアクターウィンドウ横幅
 * @type number
 * @default 128
 * @parent WindowSetting
 * 
 * @param Window_Margin
 * @text サポートアクターウィンドウ間余白幅
 * @desc サポートアクターウィンドウ間の余白幅
 * @type number
 * @default 24
 * @parent WindowSetting
 * 
 * @param SupporterName
 * @text サポートアクターウィンドウ間余白幅
 * @desc サポートアクターウィンドウ間の余白幅
 * @type string
 * @default Supporter
 * @parent WindowSetting
 * 
 * @param InitSupport
 * @text サポートアクターウィンドウ初期表示状態
 * @desc サポートアクターウィンドウ初期表示状態を指定します。ONで表示します。
 * @type boolean
 * @default true
 * @parent WindowSetting
 * 
 * @param RightDisplay
 * @text 右側表示
 * @desc 右側表示
 * @type boolean
 * @default false
 * @parent WindowSetting
 * 
 * @param CommandSetting
 * @text コマンド設定
 * @default ------------------------------
 * 
 * @param CommandShow
 * @text コマンド表示
 * @desc サポートアクター表示コマンドをパーティコマンドに表示させます。
 * @type boolean
 * @default true
 * @parent CommandSetting
 * 
 * @param SupportShowName
 * @text サポートアクター表示コマンド名
 * @desc サポートアクター表示コマンド名
 * @type string
 * @default サポートアクター表示
 * @parent CommandSetting
 * 
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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