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