Alangara_PRC8/_module/nss/jukebox_stop.nss

6 lines
77 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
// Stop Music
void main()
{
MusicBackgroundStop(GetArea(OBJECT_SELF));
}