Classes:EntityNest
		
		
		
		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: 
 | 
| Entity nest | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Strife) | 
| DoomEd Number | 26 | Class Name | EntityNest | 
| Conversation ID | 76 | Puzzle Item ID | N/A | 
Classes: EntityNest
A simple decoration to be placed under the egg from which the Entity will emerge.
DECORATE definition
ACTOR EntityNest
{
  Radius 84
  Height 47
  +SOLID
  +NOTDMATCH
  +FLOORCLIP
  States
  {
  Spawn:
    NEST A -1
    Stop
  }
}