Classes:HWaterDrip
Classes: HWaterDrip
This actor needs a description.
In Hexen.wad, the sprite is actually named WATRA0 and is renamed at load-time by ZDoom.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Water drip | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | HWaterDrip |
| Spawn ID | 95 | Identifier | T_WATERDRIP |
DECORATE definition
ACTOR HWaterDrip
{
+MISSILE
+LOWGRAVITY
+NOTELEPORT
Mass 1
DeathSound "Drip"
States
{
Spawn:
HWAT A -1
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.