Classes:AlienCeilingBubble
An alien ceiling structure which emits an ambient sound.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Alien ceiling bubble | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 223 | Class Name | AlienCeilingBubble |
| Conversation ID | 292 | Puzzle Item ID | N/A |
Classes: AlienCeilingBubble
DECORATE definition
ACTOR AlienCeilingBubble
{
Radius 16
Height 72
+SOLID
+SPAWNCEILING
+NOGRAVITY
ActiveSound "ambient/alien4"
States
{
Spawn:
BUBC 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.