Classes:IDCard
From ZDoom Wiki
| Identification card | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | 13 | Class Name | IDCard |
| Conversation ID | 143, 139, 142 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→IDCard
DECORATE definition
ACTOR IDCard : StrifeKey 13 { Game Strife ConversationID 143, 139, 142 Inventory.Icon "I_CRD2" Tag "ID_Card" Inventory.PickupMessage "$TXT_IDCARD" // "You picked up the ID Card." States { Spawn: CRD2 A -1 Stop } }

