gzdoom/wadsrc/static/actors/raven/ravenambient.txt
2016-03-01 09:47:10 -06:00

36 lines
494 B
Text

// 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
}
}