//code
else if (message == "Country"
llSay(0, "This is where stuff would happen if this wasn't just an example"
;llSetColor(<0.0, 0.0, 1.0>, ALL_SIDES);
llSetParcelMusicURL (Country);
if (message == "Martini"
llSetColor(<0.9, 0.0, 0.0>, ALL_SIDES);
llSetParcelMusicURL (Martini);
if (message == "Jazz"

llSetColor(<0.0, 0.9, 0.0>, ALL_SIDES);
llSetParcelMusicURL (Jazz);
} else
//code
I am puzzled that the music heard always reverts to the last selection, Jazz in this case. So if I selected Country from the menu, I hear that station momentarily before it reverts to Jazz. The object color associated with the station does not revert. Help is always appreciated.