This commit is contained in:
2026-05-08 19:19:42 +02:00
parent 0e9585de9a
commit 2a51a0e0c2
892 changed files with 0 additions and 2 deletions

14
maps/createfx/oilrig_audio.gsc Executable file
View File

@@ -0,0 +1,14 @@
#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;
addOnStart_animSound( "sdv02_pilot", "stealth_kill", "scn_oilrig_npc_waterkill" );
addOnStart_animSound( "player_rig", "player_stealth_kill", "scn_oilrig_plr_waterkill" );
}