IW4-Dump-Files/maps/createfx/airport_audio.gsc

13 lines
303 B
Plaintext
Raw Permalink Normal View History

2017-07-08 11:47:21 -07:00
#include maps\_anim;
main()
{
// Autogenerated by AnimSounds. Threaded off so that it can be placed before _load( has to create level.scr_notetrack first ).
thread init_animsounds();
}
init_animsounds()
{
waittillframeend;
addNotetrack_animSound( "playerview", "crash", "sfx", "scn_suv_crash" );
}