Quest Stage Fragments

From the Fallout4 CreationKit Wiki
Revision as of 14:36, 1 December 2014 by imported>Plplecuyer (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Type

Quest stage fragment scripts extend Quest.

Run Time

Quest stage fragments are run when quest stages start.

Special Variables

  • 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.

Notes

  • 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 Also