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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oItemCutscene_Ot...

19 lines
361 B

fadeout = 1
active = 0
if (global.itemtype == 0)
{
if sfx_isplaying(musItemGet)
audio_sound_gain(musItemGet, 0, 250)
oMusicV2.alarm[11] = 60
if (oMusicV2.bossbgm == sndJump)
{
mus_resume(oMusicV2.currentbgm)
mus_current_fadein()
}
else
{
mus_resume(oMusicV2.bossbgm)
mus_boss_fadein()
}
}