Classes:SmallPillar
Classes: SmallPillar
A small stone pillar with four sculpted demon faces (only one of which faces the player on the sprite).
| Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things: 
 | 
| Small pillar | |||
|---|---|---|---|
| Actor type | Decoration | Game |  | 
| DoomEd Number | 29 | Class Name | SmallPillar | 
DECORATE definition
    
ACTOR SmallPillar
{
  Radius 16
  Height 34
  +SOLID
  States
  {
  Spawn:
    SMPL A -1
    Stop
  }
}
    
    This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.