mob
verb
music()
if(src.lmusic==1)
src<<"You have to stop the other one first."
return
src.music = input("Choose some music.","Music",src.music) in list("Title","Cancel")
if(src.music=="Title" && src.lmusic==0)
src<<sound('title.mid')
src<<"You play [music]"
src.lmusic=1
if(src.music=="Cancel")
return
endmusic()
src<<sound(null)
src.lmusic=0
ok there are many other musics, now what i need to do, is have an option in the music verb to choose your own mid from your own computer.
can yall help me with that?
Thats How I do it, I'm not sure how to incorporate that into that verb, but you could make a different verb for playing your own music.