Difference between revisions of "GetStage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>ShadowDancer
(returns stage value, not completed stage value)
imported>JOG
(Returns the highest completed quest stage)
Line 4: Line 4:
  GetStage FG01
  GetStage FG01


Gets the current maximum quest stage value. For example, if stages 10, 30, and 75 were set, GetStage would return 75.  
Gets the highest completed quest stage. For example, if stages 10, 30, and 75 were completed, GetStage would return 75.  


==See Also==  
==See Also==  

Revision as of 08:30, 30 July 2006

Syntax:

GetStage QuestID 

Example:

GetStage FG01

Gets the highest completed quest stage. For example, if stages 10, 30, and 75 were completed, GetStage would return 75.

See Also

GetStageDone