Difference between revisions of "CompleteQuest"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>PoHa!
(copied info; removed incomplete tag)
imported>Ez0n3
 
(3 intermediate revisions by 2 users not shown)
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 now displayed in the "Completed" section of the quest log.  
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = QuestID
  |Type = ref
  }}
|example = CompleteQuest MS12
}}


==See Also==  
==See Also==  
Line 11: Line 18:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Quest Functions]]
[[Category:Quest Functions]]
[[Category:Quest Functions (GECK 1.1)]]


<!-- Begin Search Terms
<!-- Begin 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