Classes:BaseKey

From ZDoom Wiki

Jump to: navigation, search
Base key
Actor type Key Game
DoomEd Number 230 Class Name BaseKey
Conversation ID 133, 129, 132 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyBaseKey

DECORATE definition

ACTOR BaseKey : StrifeKey 230
{
   Game Strife
   ConversationID 133, 129, 132
   Inventory.Icon "I_FUSL"
   Tag "Base_Key"
   Inventory.PickupMessage "$TXT_BASEKEY" // "You picked up the Base Key."
   States
   {
      Spawn:
         FUSL A -1
         Stop
   }
}
Personal tools