The search keyword must be a single word (no spaces).

Function SaveAndLoadGameBJ

Line
7947
Location
blizzard.j
Constant?
no
Type
function
Arguments
string saveFileName, string loadFileName, boolean doScoreScreen
Returns
nothing
7947
function SaveAndLoadGameBJ takes string saveFileName, string loadFileName, boolean doScoreScreen returns nothing
7948
    call SaveGame(saveFileName)
7949
    call LoadGame(loadFileName, doScoreScreen)
7950
endfunction