Classes:IDCard
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:
|
Identification card | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
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 { Inventory.Icon "I_CRD2" Tag "$TAG_IDCARD" // "ID Card" Inventory.PickupMessage "$TXT_IDCARD" // "You picked up the ID Card." States { Spawn: CRD2 A -1 Stop } }