Classes:IDCard

From ZDoom Wiki

Jump to: navigation, search
Identification card
Actor type Key Game
DoomEd Number 13 Class Name IDCard
Conversation ID 143, 139, 142 Puzzle Item ID N/A

Classes: InventoryKeyStrifeKeyIDCard

DECORATE definition

ACTOR IDCard : StrifeKey 13
{
   Game Strife
   ConversationID 143, 139, 142
   Inventory.Icon "I_CRD2"
   Tag "ID_Card"
   Inventory.PickupMessage "$TXT_IDCARD" // "You picked up the ID Card."
   States
   {
      Spawn:
         CRD2 A -1
         Stop
   }
}
Personal tools