DefaultTopicInfoSetStage

Revision as of 10:50, 21 March 2013 by imported>Darklocq (Created page with "Category:Scripting Category:Default Scripts Default script for setting a different quest's stage from a topic info. == Required Properties == <source lang="papyrus"> Que...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Default script for setting a different quest's stage from a topic info.

Required PropertiesEdit

Quest MyQuest
{Quest containing the Stage to Set}

Int StageToSet
{Stage to Set}

Optional PropertiesEdit

Int PrereqStage
{Stage that must be set for this event to fire}

Bool SetStageOnEnd = TRUE
{If set to TRUE (DEFAULT), the stage will be set when he topic ends.
If set to FALSE, the stage will be set when the topic begins.}

Debug PropertiesEdit

Bool ShowTraces
{Default = FALSE, Set to TRUE if you want the traces in this script to show up in the log.}