Classes:QuestItem

From ZDoom Wiki
Jump to navigation Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
  1. This actor is already defined in GZDoom, there's no reason to define it again.
  2. In fact, trying to define an actor with the same name will cause an error (because it already exists).
  3. If you want to make your own version of this actor, use inheritance.
  4. Definitions for existing actors are put on the wiki for reference purpose only.
Quest item
Actor type Internal Game MiniStrifeLogoIcon.png (Strife)
DoomEd Number None Class Name QuestItem


Classes: InventoryQuestItem

 →QuestItem1
 →QuestItem2
 →QuestItem3
 →QuestItem4
 →QuestItem5
 →QuestItem6
 →QuestItem7
 →QuestItem8
 →QuestItem9
 →QuestItem10
 →QuestItem11
 →QuestItem12
 →QuestItem13
 →QuestItem14
 →QuestItem15
 →QuestItem16
 →QuestItem17
 →QuestItem18
 →QuestItem19
 →QuestItem20
 →QuestItem21
 →QuestItem22
 →QuestItem23
 →QuestItem24
 →QuestItem25
 →QuestItem26
 →QuestItem27
 →QuestItem28
 →QuestItem29
 →QuestItem30
 →QuestItem31
 

Special tokens used by Strife to mark completed quests. This is ZDoom's inventory-based implementation of the DoomWikiLogoIcon.pngStrife quest flags.

DECORATE definition

ACTOR QuestItem : Inventory
{
  States
  {
  Spawn:
    TOKN A -1
    Stop
  }
}