Quest Start Item

A quest start item is an item that can start a quest when used.

Creation

To create a quest start item, find (or create) the GameName/Resources/GameName/Item folder (or any subfolder) in the project tab and right click. Choose Create > AnyRPG > Inventory > Items > QuestStartItem.

Properties

In addition to the properties shared by all Items, quest start items have the following unique properties.

NameDescription

Quests

A list of Quests that the item can start. Start Quest This should always be true to allow the item to start the Quest in the Quest Name field. End Quest If true, the Quest can be auto-completed upon starting. Quest Name The name of the Quest to start when the item is used.

Next Steps

  • Add a quest start item to a Vendor Collection so it can be purchased from a Vendor.

  • Add a quest start item to a Loot Table so that it can drop upon defeat of an enemy.

Last updated