24 lines
No EOL
815 B
Text
24 lines
No EOL
815 B
Text
//
|
|
// file: mp_downfall_amb.gsc
|
|
// description: level ambience script for downfall
|
|
//
|
|
|
|
#include maps\mp\_utility;
|
|
#include maps\mp\_ambientpackage;
|
|
|
|
main()
|
|
{
|
|
|
|
|
|
|
|
//************************************************************************************************
|
|
// ACTIVATE DEFAULT AMBIENT SETTINGS
|
|
//************************************************************************************************
|
|
|
|
//activateAmbientPackage( "outdoor_pkg", 0 );
|
|
//activateAmbientRoom( "outdoor_room", 0 );
|
|
|
|
//*************************************************************************************************
|
|
// START SCRIPTS
|
|
//*************************************************************************************************
|
|
} |