Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

プラグインコマンドMZの修正 #19

Closed
HidetoshiKawaguchi opened this issue Nov 7, 2023 · 0 comments
Closed

プラグインコマンドMZの修正 #19

HidetoshiKawaguchi opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HidetoshiKawaguchi
Copy link
Collaborator

プラグインコマンドMZ内で、プラグインコマンドの引数内の値を空に設定できないので、出来るようにする。

以下の相談文を叶えるためのイシュー

【やりたいこと】
プラグインコマンド(MZ)の引数の値が無くてもインポートできるようにしたい。
※以下の例2でも動作するようにしたい。

例1:(ドキュメントにある例そのまま)
<PCZ: TextPicture, set, テキストピクチャの設定, text[ほげ]>
⇒問題なくインポートできる

例2:(例1から「ほげ」を削除)
<PCZ: TextPicture, set, テキストピクチャの設定, text[]>
⇒SyntaxError Unexpected token u in JSON at position 0のエラーが発生

【理由】
引数の値が無くても(デフォルトで値が入っていない)動作するプラグインも結構あるみたいで、
Frame2Text(イベント⇒テキスト)でエクスポートする際に引数の値が無いと[]で出力される為、
エクスポート⇒インポートで例2のエラーが発生する。

add_all_tagの各作業でお忙しいとは思いますが、お手すきの際に確認してもらえると幸いです。
※プラグインコマンド(MZ)のインポートの仕様についてあまり理解していない為、何か勘違いしていたらすいません!

以上です。よろしくお願いいたします。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants