Classes:CatacombKey

From ZDoom Wiki

Jump to: navigation, search
Catacomb key
Actor type Key Game
DoomEd Number None Class Name CatacombKey
Conversation ID 153, 149, 152 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyCatacombKey

DECORATE definition

ACTOR CatacombKey : StrifeKey
{
   Game Strife
   ConversationID 153, 149, 152
   Inventory.Icon "I_TUNL"
   Tag "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
   }
}
Personal tools