Classes:TallBush
		
		
		
		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: 
 | 
| Tall bush | |||
|---|---|---|---|
| Actor type | Vegetation | Game |  (Strife) | 
| DoomEd Number | 62 | Class Name | TallBush | 
| Conversation ID | 271 | Puzzle Item ID | N/A | 
Classes: TallBush
This actor needs a description.
DECORATE definition
ACTOR TallBush
{
  Radius 20
  Height 64
  +SOLID
  States
  {
  Spawn:
    SHRB A -1
    Stop
  }
}