This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

CompleteQuest - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Flags this quest as completed.

Syntax[edit | edit source]

Function CompleteQuest() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Complete the quest
FunQuest.CompleteQuest()

See Also[edit | edit source]