CustomVictorySkipBJ
- Parameters
-
whichPlayer player
- 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
- Source
- Blizzard.j
- wc3modding.com
- CustomVictorySkipBJ