Classes:EntityPod
From ZDoom Wiki
| Entity pod | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 198 | Class Name | EntityPod |
| Conversation ID | 77 | Puzzle Item ID | N/A |
Classes: EntityPod
This actor needs a description.
DECORATE definition
ACTOR EntityPod 198
{
Game Strife
ConversationID 77,-1,-1
Radius 25
Height 91
+SOLID
+NOTDMATCH
SeeSound "misc/gibbed"
action native A_SpawnEntity ();
States
{
Spawn:
PODD A 60 A_Look
Loop
See:
PODD A 360
PODD B 9 A_NoBlocking
PODD C 9
PODD D 9 A_SpawnEntity
PODD E -1
Stop
}
}

