Classes:AlienCeilingBubble
From ZDoom Wiki
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
An alien ceiling structure which emits an ambient sound.
DECORATE definition
ACTOR AlienCeilingBubble 223
{
Game Strife
Radius 16
Height 72
+SOLID
+SPAWNCEILING
+NOGRAVITY
ConversationID 292, -1, -1
ActiveSound "ambient/alien4"
States
{
Spawn:
BUBC A 4 A_LoopActiveSound
Loop
}
}