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_oSS_Control_Crea...

22 lines
689 B

if (global.gotolog > -1 && global.ophudshowlogmsg == 1)
global.ssmode = 2
s_map = surface_create(2048, 1024)
surface_set_target(s_map)
draw_surface_map()
surface_reset_target()
instance_create(0, 0, oSS_Bg)
instance_create(0, 0, oSS_Fg)
event_user(1)
active = 0
alarm[0] = 1
canchange = 1
modeindex = 0
if (global.gamemode == 3)
modeindex = get_text("Title-Additions", "GameSlot_NewGame_ClassicMode")
if (global.gamemode == 4)
modeindex = get_text("Title-Additions", "GameSlot_NewGame_AM2Random")
if (global.gamemode == 5)
modeindex = get_text("Title-Additions", "GameSlot_NewGame_SplitRandom")
widescreen = oControl.widescreen
widescreen_space = oControl.widescreen_space