Classes:CatacombKey
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:
|
Catacomb key | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
DoomEd Number | None | Class Name | CatacombKey |
Conversation ID | 153, 149, 152 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→CatacombKey
DECORATE definition
ACTOR CatacombKey : StrifeKey { Inventory.Icon "I_TUNL" Tag "$TAG_CATACOMBKEY" // "Catacomb Key"; "Tunnel Key" in the Teaser Inventory.GiveQuest 28 Inventory.PickupMessage "$TXT_CATACOMBKEY" // "You picked up the Catacomb Key." States { Spawn: TUNL A -1 Stop } }