Quest Stage Fragments
Jump to navigation
Jump to search
Extends: Quest Script
Editor: Quest
Quest stage fragment scripts extend Quest.
Run Time[edit | edit source]
Quest stage fragments are run when quest stages start.
Special Variables[edit | edit source]
- 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[edit | edit source]
- 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.