Classes:WaterFountain
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| WaterFountain | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 112 | Class Name | WaterFountain |
| Conversation ID | 227 | Puzzle Item ID | N/A |
Classes: WaterFountain
A small, blue fountain of water
DECORATE definition
ACTOR WaterFountain
{
+NOBLOCKMAP
ActiveSound "world/watersplash"
States
{
Spawn:
WTFT ABC 4
WTFT D 4 A_LoopActiveSound
Loop
}
}