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

48 lines
869 B

fadeout = 1
active = 0
instance_create(0, 0, oMapScrBG3)
if (instance_exists(oOptionsSound) > 0)
{
with (oOptionsSound)
event_user(3)
}
if (global.ssmode == 3)
{
save_gameoptions()
with (oPauseMenuOptions)
active = 0
with (oOptionsMain)
active = 0
with (oOptionsDisplay)
active = 0
with (oOptionsSound)
active = 0
with (oOptionsControl)
active = 0
with (oOptionsKeyboard)
active = 0
with (oOptionsJoypad)
active = 0
with (oOptionsQuit)
active = 0
with (oOptionsReload)
active = 0
with (oOptionsExtras)
active = 0
}
if (global.ssmode == 2)
{
with (oLogScreenControl)
active = 0
}
if (global.ssmode == 1)
{
with (oSubscreenMenu)
active = 0
}
if (global.ssmode == 0)
{
with (oMapCursor)
active = 0
}