void main()
{
object oPC = GetPCSpeaker();
MusicBackgroundChangeDay(GetArea(oPC), 0);
MusicBackgroundChangeNight(GetArea(oPC), 0);
MusicBackgroundStop(GetArea(oPC));
FloatingTextStringOnCreature("** Music Stopped **", oPC);
}