Classes:RedCard
		
		
		
		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: 
 | 
| Red keycard | |||
|---|---|---|---|
| Actor type | Key | Game |  (Doom) | 
| DoomEd Number | 13 | Class Name | RedCard | 
| Spawn ID | 86 | Identifier | T_REDKEYCARD | 
Classes: Inventory→Key→DoomKey→RedCard
A Red keycard that opens red doors in Doom.
DECORATE definition
ACTOR RedCard : DoomKey { Inventory.PickupMessage "$GOTREDCARD" Inventory.Icon "STKEYS2" States { Spawn: RKEY A 10 RKEY B 10 Bright Loop } }