- Joined
- Nov 25, 2008
- Messages
- 1,309
JASS:
function InitBlizzard takes nothing returns nothing
// Set up the Neutral Victim player slot, to torture the abandoned units
// of defeated players. Since some triggers expect this player slot to
// exist, this is performed for all maps.
call ConfigureNeutralVictim()
call InitBlizzardGlobals()
call InitQueuedTriggers()
call InitRescuableBehaviorBJ()
call InitDNCSounds()
call InitMapRects()
call InitSummonableCaps()
call InitNeutralBuildings()
call DetectGameStarted()
endfunction