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)
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
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.