Difference between revisions of "GetQuestCompleted"

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>Yukichigai
Line 7: Line 7:
  GetQuestCompleted ''QuestName''
  GetQuestCompleted ''QuestName''
  GetQC ''QuestName''
  GetQC ''QuestName''
=='''Notes'''==
* This function does not require the quest to be running, and will return the correct value if the quest has been halted using [[StopQuest]] or similar.


[[Category:Functions]]
[[Category:Functions]]

Revision as of 18:05, 4 November 2011

Description

Returns 1 if the quest is completed, otherwise 0.

Syntax

GetQuestCompleted QuestName
GetQC QuestName

Notes

  • This function does not require the quest to be running, and will return the correct value if the quest has been halted using StopQuest or similar.