Classes:HangedMan
From ECWolf Wiki
| Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things: 
 | 
| Hanged Man | |||
|---|---|---|---|
| Actor type | Decoration | Game |   | 
| DoomEd Number | 38 | Class Name | HangedMan | 
Classes: Actor → HangedMan
 →HangedMan2
Overview
A hanging corpse.
DECORATE Definition
actor HangedMan 38
{
  radius 32
  +SOLID
  states
  {
    Spawn:
      HANG A -1
      stop
  }
}

