Classes:ZombieSpawner
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:
|
| Zombie spawner | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 170 | Class Name | ZombieSpawner |
| Conversation ID | 30 | Puzzle Item ID | N/A |
Classes: ZombieSpawner
Spawns Strife zombies.
DECORATE definition
ACTOR ZombieSpawner
{
Health 20
+SHOOTABLE
+NOSECTOR
RenderStyle None
ActiveSound "zombie/spawner"
States
{
Spawn:
TNT1 A 175 A_SpawnItemEx("Zombie")
Loop
}
}