Classes:LeafSpawner
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Leaf spawner | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 113 | Class Name | LeafSpawner |
Classes: LeafSpawner
This actor needs a description.
DECORATE definition
ACTOR LeafSpawner 113
{
Game Hexen
+NOBLOCKMAP
+NOSECTOR
+INVISIBLE
action native A_LeafSpawn();
States
{
Spawn:
TNT1 A 20 A_LeafSpawn
Loop
}
}