Difference between revisions of "GetStage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>ShadowDancer
(Never mind, I misunderstood SetStage)
imported>JOG
(Clarified)
Line 4: Line 4:
  GetStage FG01
  GetStage FG01


Gets the highest completed quest stage. For example, if stages 10, 30, and 75 were completed, GetStage would return 75.  
Gets the highest completed quest stage. For example, if stages 10, 30, and 75 were completed, GetStage would return 75. Even when stage 30 is completed after stage 75, GetStage will still return 75 (i.e. the highest one). If you need to know if a certain quest stage is completed, use [[GetStageDone]] instead.


==See Also==  
==See Also==  
[[SetStage]]
[[GetStageDone]]  
[[GetStageDone]]  
   
   

Revision as of 09:30, 31 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. Even when stage 30 is completed after stage 75, GetStage will still return 75 (i.e. the highest one). If you need to know if a certain quest stage is completed, use GetStageDone instead.

See Also

SetStage

GetStageDone