Classes:Stool
		
		
		
		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: 
 | 
| Stool | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Strife) | 
| DoomEd Number | 189 | Class Name | Stool | 
| Conversation ID | 276 | Puzzle Item ID | N/A | 
Classes: Stool
This actor needs a description.
DECORATE definition
ACTOR Stool
{
  Radius 6
  Height 24
  +SOLID
  States
  {
  Spawn:
    STOL A -1
    Stop
  }
}