Classes:SkullHang45
		
		
		
		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: 
 | 
| Hanging skull | |||
|---|---|---|---|
| Actor type | Gore | Game |  (Heretic) | 
| DoomEd Number | 25 | Class Name | SkullHang45 | 
Classes: SkullHang45
Just a skull on a rope.
DECORATE definition
ACTOR SkullHang45
{
  Radius 20
  Height 45
  +SPAWNCEILING
  +NOGRAVITY
  States
  {
  Spawn:
    SKH3 A -1
    Stop
  }
}