Classes:AlienFloorBubble
An alien chunk of bubbles which emit an ambient sound.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Alien floor bubble | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 222 | Class Name | AlienFloorBubble |
| Conversation ID | 291 | Puzzle Item ID | N/A |
Classes: AlienFloorBubble
DECORATE definition
ACTOR AlienFloorBubble
{
Radius 16
Height 72
+SOLID
ActiveSound "ambient/alien6"
States
{
Spawn:
BUBF A 4 A_LoopActiveSound
Loop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.