Classes:GuardUniform

From ZDoom Wiki

Jump to: navigation, search
Guard uniform
Actor type Quest item Game
DoomEd Number 90 Class Name GuardUniform
Conversation ID 162, 158, 161 Puzzle Item ID N/A

Classes: InventoryGuardUniform

This actor needs a description.

DECORATE definition

ACTOR GuardUniform : Inventory 90
{
  Game Strife
  ConversationID 162, 158, 161
  +FLOORCLIP
  +INVENTORY.INVBAR
  Tag "Guard_Uniform"
  Inventory.Icon "I_UNIF"
  Inventory.PickupMessage "$TXT_GUARDUNIFORM" // "You picked up the Guard Uniform."
  Inventory.GiveQuest 15
  States
  {
  Spawn:
    UNIF A -1
    Stop
  }
}
Personal tools