Stop - Quest

From the CreationKit Wiki
Revision as of 06:23, 2 September 2014 by imported>Terra Nova2
Jump to navigation Jump to search

Member of: Quest Script

Stops the quest.

Syntax

Function Stop() native

Parameters

None.

Return Value

None.

Notes

  • Calling this function doesn't prevent the player from seeing a quest as completed in the quest journal.

Examples

; Stop the quest
FunQuest.Stop()

See Also