Quest Stage Fragments

Extends: Quest Script
Editor: Quest

Quest stage fragment scripts extend Quest.

Run TimeEdit

Quest stage fragments are run when quest stages start.

Special VariablesEdit

  • kmyQuest: This can be set to be a script on the quest this fragment is attached to, providing easy access to that script's properties.

NotesEdit

  • If a Papyrus SetStage call set the quest stage, that call will not complete until this fragment (and event if any) is done.
  • If a fragment set the quest stage via the set stage option in the editor UI, then it will behave as if the fragment called SetStage from papyrus - and if that fragment delays something, it will wait on the stage to finish.

See AlsoEdit