Difference between revisions of "GetStage"
Jump to navigation
Jump to search
imported>ShadowDancer (@ JOG: If you just set stage to 75, it returns 75. Shouldn't it return 30 as being the maximum completed stage from this example?) |
imported>Vswe m (Added Search Terms) |
||
(5 intermediate revisions by 5 users not shown) | |||
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== | ||
[[GetStageDone]] | *[[SetStage]] | ||
*[[GetStageDone]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Quest Functions]] | [[Category: Quest Functions]] | ||
[[Category: | [[Category: Quest Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Get | |||
Stage | |||
End Search Terms --> |
Latest revision as of 09:34, 20 June 2008
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[edit | edit source]