Classes:AlienAspClimber
From ZDoom Wiki
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
A strange alien pillar which emits a looping, ambient sound.
DECORATE definition
ACTOR AlienAspClimber 224
{
Game Strife
Radius 16
Height 128
+SOLID
ConversationID 293, -1, -1
ActiveSound "ambient/alien3"
States
{
Spawn:
ASPR A 4 A_LoopActiveSound
Loop
}
}