You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oOptionsSound_Al...

6 lines
258 B

if (oMusicV2.bossbgm == sndJump && (!sfx_isplaying(oMusicV2.currentbgm)) && oMusicV2.currentbgm != sndJump)
mus_play(oMusicV2.currentbgm)
if (oMusicV2.bossbgm != sndJump && (!sfx_isplaying(oMusicV2.bossbgm)))
mus_play(oMusicV2.bossbgm)
alarm[2] = 30