Difference between revisions of "Classes:HangedMan"
From ECWolf Wiki
|  (Created page with "{{Actor| | type = Decoration | name = Hanged Man | class = HangedMan | doomednum = 38 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>HangedMan</u><br>  →{{...") | |||
| Line 14: | Line 14: | ||
|   actor <u>HangedMan</u> 38 |   actor <u>HangedMan</u> 38 | ||
|   { |   { | ||
| − |     {{property| | + |     {{property|Radius}} 32 | 
|     +{{flag|SOLID}} |     +{{flag|SOLID}} | ||
|     states |     states | ||
Latest revision as of 14:27, 20 February 2013
| 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
  }
}

