Classes:ZombieSpawner
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| 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 170
{
Game Strife
Health 20
+SHOOTABLE
+NOSECTOR
RenderStyle None
ConversationID 30, -1, -1
ActiveSound "zombie/spawner"
States
{
Spawn:
TNT1 A 175 A_SpawnItem("Zombie", 0.1, 0)
Loop
}
}