Difference between revisions of "Category:Journals & Stages"

m
changed "picking up and item" to "picking up an item"
imported>Kkuhlmann
 
imported>Ohio813
m (changed "picking up and item" to "picking up an item")
Line 1: Line 1:
A quest progresses by stages, usually marked with entries in the player's journal. Each journal entry is set by events the player causes, such as talking to someone, picking up and item, etc. Many dialogue conditions involve testing to see if the quest is at the proper stage.
A quest progresses by stages, usually marked with entries in the player's journal. Each journal entry is set by events the player causes, such as talking to someone, picking up an item, etc. Many dialogue conditions involve testing to see if the quest is at the proper stage.


*By convention, stage 0 is a setup stage used for debugging. It usually has no text, but has a set of result script instructions that will provide the player with everything necessary to begin the quest. For example, if the player needs to have a certain amount of gold, it adds it. If the player needs to be a certain minimum rank in a faction, the script does that too. In this way the quest can be played independently for test purposes.
*By convention, stage 0 is a setup stage used for debugging. It usually has no text, but has a set of result script instructions that will provide the player with everything necessary to begin the quest. For example, if the player needs to have a certain amount of gold, it adds it. If the player needs to be a certain minimum rank in a faction, the script does that too. In this way the quest can be played independently for test purposes.
Anonymous user