Difference between revisions of "CompleteQuest"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Ez0n3
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/CompleteQuest CompleteQuest].
{{Function
|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
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = QuestID
  |Type = ref
  }}
|example = CompleteQuest MS12
}}
 
==See Also==
*[[StartQuest]]
*[[StopQuest]]  


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Quest Functions]]
[[Category:Quest Functions]]
[[Category:Quest Functions (GECK 1.1)]]
<!-- Begin Search Terms
Complete
Quest
End Search Terms -->

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

[help]
CompleteQuest QuestID:ref

Example

CompleteQuest MS12

See Also