You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
/// mus_loop(sound)
|
|
if (!audio_is_playing(argument0)) {
|
|
oMusicV2.currentbgm = argument0;
|
|
audio_play_sound(argument0, 1, true);
|
|
audio_sound_gain(argument0, global.opmusicvolume / 100, 0);
|
|
}
|