cod5-sdk/raw/maps/mp/mp_docks_amb.gsc
2009-07-17 00:00:00 +00:00

24 lines
No EOL
806 B
Text

//
// file: mp_docks_amb.gsc
// description: level ambience script for subway
//
#include maps\mp\_utility;
#include maps\mp\_ambientpackage;
main()
{
//************************************************************************************************
// ACTIVATE DEFAULT AMBIENT SETTINGS
//************************************************************************************************
activateAmbientPackage( "default_pkg", 0 );
activateAmbientRoom( "default_room", 0 );
//*************************************************************************************************
// START SCRIPTS
//*************************************************************************************************
}