Classes:PrisonKey

From ZDoom Wiki

Jump to: navigation, search
Prison key
Actor type Key Game
DoomEd Number None Class Name PrisonKey
Conversation ID 137, 133, 136 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyPrisonKey

DECORATE definition

ACTOR PrisonKey : StrifeKey
{
   Game Strife
   ConversationID 137, 133, 136
   Inventory.Icon "I_PRIS"
   Tag "Prison_Key"
   Inventory.GiveQuest 11
   Inventory.PickupMessage "$TXT_PRISONKEY" // "You picked up the Prison Key."
   States
   {
      Spawn:
         PRIS A -1
         Stop
   }
}
Personal tools