yktsr / Text2Frame-MV

テキストファイル(.txtファイルなど)から「文章の表示」イベントコマンドに簡単に変換するための、RPGツクールMV・MZ用の開発支援プラグインです。/ Plugin for RPG Maker MV/MZ to convert text to event command
MIT License
9 stars 1 forks source link

変数操作とスイッチ操作の番号指定のバグ #83

Closed HidetoshiKawaguchi closed 1 year ago

HidetoshiKawaguchi commented 1 year ago

変数操作とスイッチ操作の番号指定を二桁にすると、範囲指定での代入となってしまう。 例

<Switch: 10, OFF>
<Set: 10, 11>

本来、スイッチ10をOFFにする処理と、変数10に11を代入する処理となるのだが、なぜか範囲指定で1-0となる。

yktsr commented 1 year ago

報告ありがとうございます! https://twitter.com/marupon_dou/status/1620460136585379840?s=20&t=fUqsm3-dDGlTTlOxrVvu6w