Difference between revisions of "CompleteQuest"

From the Fallout3 GECK Wiki
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:
'''Syntax:'''
{{Function
  CompleteQuest ''QuestID''
  |CSWikiPage = CompleteQuest
'''Example:'''
|origin = GECK1
  CompleteQuest MS12
  |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]]  
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/CompleteQuest CompleteQuest]


[[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

[help]
CompleteQuest QuestID:ref

Example

CompleteQuest MS12

See Also