Classes:ZMossCeiling1
		
		
		
		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: 
 | 
| Big ceiling moss | |||
|---|---|---|---|
| Actor type | Vegetation | Game |  (Hexen) | 
| DoomEd Number | 58 | Class Name | ZMossCeiling1 | 
Classes: ZMossCeiling1
This actor needs a description.
DECORATE definition
ACTOR ZMossCeiling1
{
  Radius 20
  Height 20
  +SPAWNCEILING
  +NOGRAVITY
  States
  {
  Spawn:
    MSS1 A -1
    Stop
  }
}