Classes:SilverKey

From ZDoom Wiki

Jump to: navigation, search
Silver key
Actor type Key Game
DoomEd Number 38 Class Name SilverKey
Conversation ID 144, 140, 143 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeySilverKey

DECORATE definition

ACTOR SilverKey : StrifeKey 38
{
   Game Strife
   ConversationID 144, 140, 143
   Inventory.Icon "I_KY2S"
   Tag "Silver_Key"
   Inventory.PickupMessage "$TXT_SILVERKEY" // "You picked up the Silver Key."
   States
   {
      Spawn:
         KY2S A -1
         Stop
   }
}
Personal tools