SetStageAlt

From the Fallout3 GECK Wiki
Revision as of 17:59, 7 June 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Works exactly as SetStage. The only difference is that this function will set the specified quest's highest completed stage (i.e. the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Works exactly as SetStage. The only difference is that this function will set the specified quest's highest completed stage (i.e. the value returned by GetStage) to the specified number, even if it is lower than the current stage.

Syntax

[help]
SetStageAlt quest:ref stage:int

Example

SetStageAlt Generic 20

See Also