Classes:AlienBubbleColumn
An alien column of bubbles which emits an ambient sound.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Alien bubble column | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 221 | Class Name | AlienBubbleColumn |
| Conversation ID | 290 | Puzzle Item ID | N/A |
Classes: AlienBubbleColumn
DECORATE definition
ACTOR AlienBubbleColumn
{
Radius 16
Height 128
+SOLID
ActiveSound "ambient/alien5"
States
{
Spawn:
BUBB 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.