プレイ日記
Dom_Unique Gallade253
Question. I made my own MML, and I want it to play by itself, not with any projects or all that, how do I do that? What do I type at top to start the music just by itself? (Not too good at programming. :P)
1そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
Use BGMSETD 128-255 (define track number). ex: BGMSETD 128, "@BGM1" : BGMPLAY 128 I think you need to define your MML with DATA first though. Like @BGM1 DATA "MML DATA DATA "MML DATA
0そうだね
プレイ済み
返信[2]
親投稿
Dom_Unique Gallade253
It keeps saying there's an error where it says {P0C0= Wonder what that's all about.
0そうだね
プレイ済み
返信[3]
親投稿
Aaron Krondelo
No no no, you didn't copy my syntax correctly. You missed a comma in BGMSETD 128, "@BGM35" and BGMPLAY should all be above your tag with data. Also no DATA "MML" that was an example, let me show u a screenshot for better idea.
0そうだね
プレイ済み
返信[4]
親投稿
Aaron Krondelo
Needs to be axactly like this. You don't need the loop thing though.
0そうだね
プレイ済み