generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/stop_music.nss
Normal file
10
_module/nss/stop_music.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oMod = GetModule();
|
||||
SetLocalInt(oMod, "star_music", 1);
|
||||
//MusicBackgroundChangeDay(GetArea(oPC), 0);
|
||||
//MusicBackgroundChangeNight(GetArea(oPC), 0);
|
||||
MusicBackgroundStop(GetArea(oPC));
|
||||
FloatingTextStringOnCreature("** Background Music Off **", oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user