Difference between revisions of "Classes:SatanStatue"
From ECWolf Wiki
|  (Created page with "{{Actor| | type = Decoration | name = Angel of Death Statue | class = SatanStatue | game = Spear | doomednum = 88 }}Classes: {{Class|Actor}} → <u>SatanStatue</u><br> ...") | |||
| Line 14: | Line 14: | ||
|   actor <u>SatanStatue</u> 88 |   actor <u>SatanStatue</u> 88 | ||
|   { |   { | ||
| − |     {{property| | + |     {{property|Radius}} 32 | 
|     +{{flag|SOLID}} |     +{{flag|SOLID}} | ||
|     states |     states | ||
Latest revision as of 14:21, 20 February 2013
| Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things: 
 | 
| Angel of Death Statue | |||
|---|---|---|---|
| Actor type | Decoration | Game |   | 
| DoomEd Number | 88 | Class Name | SatanStatue | 
Classes: Actor → SatanStatue
 →BlueColumn
Overview
A statue of the Angel of Death.
DECORATE Definition
actor SatanStatue 88
{
  Radius 32
  +SOLID
  states
  {
    Spawn:
      STAT A -1
      stop
  }
}

