Classes:ChimneyStack
		
		
		
		Jump to navigation
		Jump to search
		
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
  | 
| Chimney stack | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 63 | Class Name | ChimneyStack | 
| Conversation ID | 272 | Puzzle Item ID | N/A | 
Classes: ChimneyStack
This actor needs a description.
DECORATE definition
ACTOR ChimneyStack
{
  Radius 20
  Height 64 // This height does not fit the sprite
  +SOLID
  States
  {
  Spawn:
    STAK A -1
    Stop
  }
}