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...")  | 
			
(No difference) 
 | 
Revision as of 18:21, 15 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
  }
}