Classes:FactoryKey

From ZDoom Wiki

Jump to: navigation, search
Factory key
Actor type Key Game
DoomEd Number 234 Class Name FactoryKey
Conversation ID 157, 153, 156 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyFactoryKey

DECORATE definition

ACTOR FactoryKey : StrifeKey 234
{
   Game Strife
   ConversationID 157, 153, 156
   Inventory.Icon "I_PROC"
   Tag "Factory_Key" // "New_Key3" in the Teaser
   Inventory.PickupMessage "$TXT_FACTORYKEY" // "You picked up the Factory Key."
   States
   {
      Spawn:
         PROC A -1
         Stop
   }
}
Personal tools