Music Style:
//The music will loop, or when finished the music changes to no music
music style = looping
music style = once
//Useful for using multiple tunes throughtout continue previous
Conditional:
//Checks the current status of the music
if music status = none //No music is being played.
if music status = playing //The music is playing
if music status = ended //When the music has ended in once music style, and also only returns true if the music was ended naturally and not by commands.
if music status = paused //When paused through the command pause music