- Joined
- Sep 26, 2009
- Messages
- 9,534
Below is about 0.5% of the "undeclared variables" I face when trying to check my map's syntax. Is there a hack-and-slash way to declare all of these variables or do I need to go and manually declare each one (which, to be honest, I don't even know how to do). Can someone help me get on the right foot?
JASS:
call PlayMusicBJ( gg_snd_MusicLoadingTheme )
call ClearMapMusicBJ( )
call EnableDawnDusk( false )
call SetGameSpeed( MAP_SPEED_FASTEST )
call LockGameSpeedBJ( )
call SetTimeOfDay( 24.00 )
call UseTimeOfDayBJ( false )
call SetMapFlag( MAP_LOCK_RESOURCE_TRADING, false )
call FogMaskEnableOn( )
call SetSkyModel( "Environment\\Sky\\FoggedSky\\FoggedSky.mdl" )
set udg_SoundTrap[1] = gg_snd_Frost1
set udg_SoundTrap[2] = gg_snd_Frost2