14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
#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" );
|
|
}
|