Classes:ZombieSpawner
Jump to navigation
Jump to search
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Zombie spawner | |||
---|---|---|---|
Actor type | Map spot | Game | (Strife) |
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 } }