SmileBASIC コミュニティ返信[7]親投稿Alex MrCashews2016/8/10 8:52Your MML string needs to be in a labeled DATA block that ends with DATA 0. For example: @SONGDATA DATA "mml string here" DATA 0 Then you have to use BGMSETD to load it to a BGM track. Such as: BGMSETD 128,@SONGDATA0そうだね プレイ済み2017/11/04 03:07:23に取得