We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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内で、プラグインコマンドの引数内の値を空に設定できないので、出来るようにする。
以下の相談文を叶えるためのイシュー
【やりたいこと】 プラグインコマンド(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)のインポートの仕様についてあまり理解していない為、何か勘違いしていたらすいません! 以上です。よろしくお願いいたします。
The text was updated successfully, but these errors were encountered:
Fix issue #19
f86b3ab
Shick1112
When branches are created from issues, their pull requests are automatically linked.
プラグインコマンドMZ内で、プラグインコマンドの引数内の値を空に設定できないので、出来るようにする。
以下の相談文を叶えるためのイシュー
The text was updated successfully, but these errors were encountered: