Classes:MaulerKey

From ZDoom Wiki

Jump to: navigation, search
Mauler key
Actor type Key Game
DoomEd Number 233 Class Name MaulerKey
Conversation ID 156, 152, 155 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyMaulerKey

DECORATE definition

ACTOR MaulerKey : StrifeKey 233
{
   Game Strife
   ConversationID 156, 152, 155
   Inventory.Icon "I_BLTK"
   Tag "Mauler_Key" // "New_Key2" in the Teaser
   Inventory.PickupMessage "$TXT_MAULERKEY" // "You picked up the Mauler Key."
   States
   {
      Spawn:
         BLTK A -1
         Stop
   }
}
Personal tools