IW4-Dump-Files/maps/contingency_amb.gsc

14 lines
363 B
Plaintext
Raw Normal View History

2017-07-08 11:47:21 -07:00
#include maps\_ambient;
main()
{
// Set the underlying ambient track
level.ambient_track [ "contingency_ext0" ] = "ambient_contingency_ext0";
ambientDelay( "contingency_ext0", 7.0, 15.0 );// Trackname, min and max delay between ambient events
ambientEvent( "contingency_ext0", "null", 1.0 );
thread maps\_utility::set_ambient( "contingency_ext0" );
}