Classes:LeafSpawner
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:
|
| Leaf spawner | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 113 | Class Name | LeafSpawner |
Classes: LeafSpawner
This actor needs a description.
DECORATE definition
ACTOR LeafSpawner
{
+NOBLOCKMAP
+NOSECTOR
+INVISIBLE
action native A_LeafSpawn();
States
{
Spawn:
TNT1 A 20 A_LeafSpawn
Loop
}
}