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

13 lines
318 B

if (global.lobbyLocked && global.lastroom != 2)
{
global.spectator = 1
global.spectatorIndex = -1
global.mosaic = 0
}
global.beingAbsorbed = 0
global.absorbDone = 0
if (global.newgame == 1)
start_new_game()
else
load_game(((working_directory + "/multitroid/save") + string((global.saveslot + 1))))