Classes:Computer
		
		
		
		
		
		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: 
 | 
| Computer | |||
|---|---|---|---|
| Actor type | Breakable | Game |  (Strife) | 
| DoomEd Number | 182 | Class Name | Computer | 
| Conversation ID | 124 | Puzzle Item ID | N/A | 
Classes: Computer
This actor needs a description.
DECORATE definition
ACTOR Computer
{
  Health 80
  Speed 27
  Radius 26
  Height 128
  Mass 10000000
  +SOLID
  +SHOOTABLE
  +NOBLOOD
  +FLOORCLIP
  +INCOMBAT
  DeathSound "misc/explosion"
  States
  {
  Spawn:
    SECR ABCD 4 Bright
    Loop
  Death:
    SECR E 5 Bright A_Bang4Cloud
    SECR F 5 Bright A_NoBlocking
    SECR G 5 Bright A_GiveQuestItem(27)
    SECR H 5 Bright A_TossGib
    SECR I 5 Bright A_Bang4Cloud
    SECR J 5
    SECR K 5 A_Bang4Cloud
    SECR L 5
    SECR M 5 A_Bang4Cloud
    SECR N 5
    SECR O 5 A_Bang4Cloud
    SECR P -1
    Stop
  }
}