Difference between revisions of "GetStageDone"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Category links)
imported>Haama
m
Line 2: Line 2:
  GetStageDone ''QuestID StageIndex''
  GetStageDone ''QuestID StageIndex''
'''Example:'''  
'''Example:'''  
  GetStage MS09 30  
  GetStageDone MS09 30  


Returns 1 if the specified stage has been completed, 0 otherwise.  
Returns 1 if the specified stage has been completed, 0 otherwise.  

Revision as of 21:58, 9 August 2007

Syntax:

GetStageDone QuestID StageIndex

Example:

GetStageDone MS09 30 

Returns 1 if the specified stage has been completed, 0 otherwise.

See Also

GetStage

SetStage