Classes:EmptyWell
From ECWolf Wiki
| Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things: 
 | 
| Empty Well | |||
|---|---|---|---|
| Actor type | Decoration | Game |   | 
| DoomEd Number | 70 | Class Name | EmptyWell | 
Classes: Actor → EmptyWell
 →EmptyWell2
Overview
An empty stone well.
DECORATE Definition
actor EmptyWell 70
{
  Radius 32
  +SOLID
  states
  {
    Spawn:
      WEL2 A -1
      stop
  }
}

