Classes:WaterDropOnFloor
Classes: WaterDropOnFloor
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Water drops | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | 103 | Class Name | WaterDropOnFloor |
| Conversation ID | 224 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR WaterDropOnFloor
{
+NOBLOCKMAP
ActiveSound "world/waterdrip"
States
{
Spawn:
DRIP A 6 A_FLoopActiveSound
DRIP BC 4
DRIP D 4 A_FLoopActiveSound
DRIP EF 4
DRIP G 4 A_FLoopActiveSound
DRIP H 4
Loop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.