Classes:IDCard
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Identification card | |||
---|---|---|---|
Actor type | Key | Game | ![]() |
DoomEd Number | 13 | Class Name | IDCard |
Conversation ID | 143, 139, 142 | Puzzle Item ID | N/A |
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 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.