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.
|
mus_current_fadein()
|
|
global.monstersleft = 9
|
|
if (global.difficulty == 2)
|
|
global.monstersleft = 16
|
|
if (oControl.mod_fusion == 1)
|
|
global.monstersleft = 21
|
|
if (oControl.mod_monstersextreme == 1)
|
|
global.monstersleft = 47
|
|
instance_destroy()
|