Classes:StatueRuined
		
		
		
		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: 
 | 
| Ruined statue | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Strife) | 
| DoomEd Number | 44 | Class Name | StatueRuined | 
| Conversation ID | 246 | Puzzle Item ID | N/A | 
Classes: StatueRuined
This actor needs a description.
DECORATE definition
ACTOR StatueRuined
{
  Radius 20
  Height 56
  +SOLID
  States
  {
  Spawn:
    DSTA A -1
    Stop
  }
}