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