qzdoom/wadsrc/static/actors/raven/ravenambient.txt

37 lines
494 B
Plaintext
Raw Normal View History

2016-03-01 15:47:10 +00:00
// Wind ---------------------------------------------------------------------
ACTOR SoundWind
{
+NOBLOCKMAP
+NOSECTOR
+DONTSPLASH
States
{
Spawn:
TNT1 A 2 A_PlaySoundEx("world/wind", "SoundSlot6", 1)
Loop
}
}
ACTOR SoundWindHexen : SoundWind
{
}
// Waterfall ----------------------------------------------------------------
ACTOR SoundWaterfall
{
+NOBLOCKMAP
+NOSECTOR
+DONTSPLASH
States
{
Spawn:
TNT1 A 2 A_PlaySoundEx("world/waterfall", "SoundSlot6", 1)
Loop
}
}