Difference between revisions of "CompleteQuest"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
{{Function | |||
CompleteQuest | |CSWikiPage = CompleteQuest | ||
|origin = GECK1 | |||
|summary = Marks the quest as complete. The only real effect of this is that the quest is will be dimmed and moved below all active quests in the GECK, and will no longer be selectable as an active quest. | |||
|name = CompleteQuest | |||
Marks the quest as complete. The only real effect of this is that the quest is will be dimmed and moved below all active quests in the GECK, and will no longer be selectable as an active quest. | |returnType = void | ||
|arguments = | |||
{{FunctionArgument | |||
|Name = QuestID | |||
|Type = ref | |||
}} | |||
|example = CompleteQuest MS12 | |||
}} | |||
==See Also== | ==See Also== | ||
*[[StartQuest]] | *[[StartQuest]] | ||
*[[StopQuest]] | *[[StopQuest]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 06:03, 15 January 2011
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: CompleteQuest.
A function included in the GECK version 1.1.0.36.
Description
Marks the quest as complete. The only real effect of this is that the quest is will be dimmed and moved below all active quests in the GECK, and will no longer be selectable as an active quest.
Syntax
CompleteQuest QuestID:ref
Example
CompleteQuest MS12
See Also