Classes:WaterfallSplash
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Waterfall splash | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | 104 | Class Name | WaterfallSplash |
| Conversation ID | 225 | Puzzle Item ID | N/A |
Classes: WaterfallSplash
This actor needs a description.
DECORATE definition
ACTOR WaterfallSplash 104
{
Game Strife
+NOBLOCKMAP
ConversationID 225, -1, -1
ActiveSound "world/waterfall"
States
{
Spawn:
SPLH ABCDEFG 4
SPLH H 4 A_LoopActiveSound
Loop
}
}