Classes:AlienAspClimber
A strange alien pillar which emits a looping, ambient sound.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Alien asp climber | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 224 | Class Name | AlienAspClimber |
| Conversation ID | 293 | Puzzle Item ID | N/A |
Classes: AlienAspClimber
DECORATE definition
ACTOR AlienAspClimber
{
Radius 16
Height 128
+SOLID
ActiveSound "ambient/alien3"
States
{
Spawn:
ASPR 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.