Create an item, call it "music player" (or whatever).
Create a common event (which the menu-only, non-consumable, item that doesn't target/effect anyone calls up)
Create a variable called "music", then put in:
QUOTE
text: select song number - Current track: \v[x] (x is the music variable's number. It doesn't tell you the track name, just the # )
variable music = 0 (this resets the variable, which is probably unnecessary, but I like to do it anyways and it won't change the song)
input variable-music 1 digit (unless there's more)
variable music = 0 (this resets the variable, which is probably unnecessary, but I like to do it anyways and it won't change the song)
input variable-music 1 digit (unless there's more)
If you have a script that allows you to link common events to menu options (I have one that does that, which is neat), you can just link the common event to that.