Classes:AlienAspClimber
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Alien asp climber | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 224 | Class Name | AlienAspClimber |
| Conversation ID | 293 | Puzzle Item ID | N/A |
Classes: AlienAspClimber
A strange alien pillar which emits a looping, ambient sound.
DECORATE definition
ACTOR AlienAspClimber
{
Radius 16
Height 128
+SOLID
ActiveSound "ambient/alien3"
States
{
Spawn:
ASPR A 4 A_LoopActiveSound
Loop
}
}