Classes:PoleLantern
		
		
		
		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: 
 | 
| Pole lantern | |||
|---|---|---|---|
| Actor type | Light source | Game |  (Strife) | 
| DoomEd Number | 46 | Class Name | PoleLantern | 
| Conversation ID | 249 | Puzzle Item ID | N/A | 
Classes: PoleLantern
This actor needs a description.
DECORATE definition
ACTOR PoleLantern
{
  Radius 3
  Height 80
  +SOLID
  States
  {
  Spawn:
    LANT A -1 // No, it's not bright.
    Stop
  }
}