Classes:SoundWind
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Wind sound | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 42 | Class Name | SoundWind |
| Spawn ID | 110 | Identifier | T_SOUND_WIND |
Classes: SoundWind
→SoundWindHexen
Plays sound "world/wind" continuously. For creating your own ambient sounds use AmbientSound.
DECORATE definition
ACTOR SoundWind 42
{
Game Heretic
SpawnID 110
+NOBLOCKMAP
+NOSECTOR
+DONTSPLASH
States
{
Spawn:
TNT1 A 2 A_PlaySoundEx("world/wind", "SoundSlot6", 1)
Loop
}
}