9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
MusicBackgroundChangeDay(GetArea(oPC), 0);
|
||
|
MusicBackgroundChangeNight(GetArea(oPC), 0);
|
||
|
MusicBackgroundStop(GetArea(oPC));
|
||
|
FloatingTextStringOnCreature("** Music Stopped **", oPC);
|
||
|
}
|