CustomVictorySkipBJ
- Parameters
-
whichPlayer player
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
nothing
- Source code
function CustomVictorySkipBJ takes player whichPlayer returns nothing if (GetLocalPlayer() == whichPlayer) then if bj_isSinglePlayer then // Bump the difficulty back up to the default. call SetGameDifficulty(GetDefaultDifficulty()) endif if (bj_changeLevelMapName == null) then call EndGame( bj_changeLevelShowScores ) else call ChangeLevel( bj_changeLevelMapName, bj_changeLevelShowScores ) endif endif endfunction