Classes:GovsKey

From ZDoom Wiki

Jump to: navigation, search
Governor's key
Actor type Key Game
DoomEd Number None Class Name GovsKey
Conversation ID 134, 130, 133 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyGovsKey

This is the Governor's key in Strife, but the Rebel key in the Strife teaser.

DECORATE definition

ACTOR GovsKey : StrifeKey
{
   Game Strife
   ConversationID 134, 130, 133
   Inventory.Icon "I_REBL"
   Tag "Govs_Key" // "Rebel_Key" in the Teaser
   Inventory.PickupMessage "$TXT_GOVSKEY" // "You picked up the Govs Key."
   States
   {
      Spawn:
         REBL A -1
         Stop
   }
}
Personal tools