Classes:GreenPlant
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Green Plant | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 41 | Class Name | GreenPlant |
Classes: Actor → GreenPlant
→GreenPlant2
Overview
A decorative green plant.
DECORATE Definition
actor GreenPlant 41
{
Radius 32
+SOLID
states
{
Spawn:
PLNT A -1
stop
}
}