SaveAndLoadGameBJ

Parameters
saveFileName string
loadFileName string
doScoreScreen boolean
comment
patch

1.07

Source
Blizzard.j
return type
nothing
Source code
function SaveAndLoadGameBJ takes string saveFileName, string loadFileName, boolean doScoreScreen returns nothing
    call SaveGame(saveFileName)
    call LoadGame(loadFileName, doScoreScreen)
endfunction