Difference between revisions of "Quest Stages Tab"

578 bytes added ,  21:00, 1 September 2007
m
typo
imported>Kkuhlmann
 
imported>ShadowDancer
m (typo)
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:


When a quest stage is set using the [[SetStage]] script command, each quest stage item may be applied: if it passes the specified conditions, the Log Entry text is written to the player's quest log, and the Result Script is run.
When a quest stage is set using the [[SetStage]] script command, each quest stage item may be applied: if it passes the specified conditions, the Log Entry text is written to the player's quest log, and the Result Script is run.
*'''Log Entry:''' The text that is displayed in the player's quest log when the stage item is applied.
*'''Log Entry:''' The text that is displayed in the player's quest log when the stage item is applied. Only one journal entry is permitted per stage, unless the "Allow Repeat Stages" flag is checked under the "Quest Data" tab. SetStage must still be called for each entry.
*'''Result Script:''' These script commands are run when the stage item is applied.
*'''Result Script:''' These script commands are run when the stage item is applied.
*'''[[:Category:Conditions|Conditions]]:''' The conditions must be true for the quest stage item to be applied. Note that most [[reference functions]] are invalid when attached to a quest stage, since the stage is not a reference. Note also that "Run on Target" is invalid for conditions attached to quest stages.
*'''[[:Category:Conditions|Conditions]]:''' The conditions must be true for the quest stage item to be applied. Note that most [[reference functions]] are invalid when attached to a quest stage, since the stage is not a reference. Note also that "Run on Target" is invalid for conditions attached to quest stages. When setting a variable in a script as a condition, the variable must be changed before SetStage is called.
*'''Complete Quest:''' If this box is checked, setting this stage will move the quest from the active to completed portions of the player's journal. Note that a completed quest can still be running.
*'''Complete Quest:''' If this box is checked, setting this stage will move the quest from the active to completed portions of the player's journal. Note that a completed quest can still be running.
*'''Export Quest Stages:''' All the text and conditions of quest stages can be exported to a text file.
*'''Export Quest Stages:''' All the text and conditions of quest stages can be exported to a text file.


'''Note:'''
* Some of the [[:Category:Settings#String Game Settings|String Game Settings]] can be included in a Quest's ''Quest Stage'' '''Log Entry''' by using an ampersand (&) followed immediately by the '''String Game Setting''' followed immediately by a semicolon (;). Example: &sUActnActivate;


[[Category:Quests]]
[[Category:Quests]]
[[Category:Journals & Stages]]
[[Category:Journals & Stages]]
[[Category:Conditions]]
[[Category:Conditions]]
Anonymous user