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_oMGamma_Other_5.gml

12 lines
184 B

if (global.ingame == 1)
{
global.monstersalive = 0
mus_stop(musGammaFight)
with (oMusicV2)
{
alarm[2] = -1
bossbgm = 0
}
mus_current_fadein()
}