SetStageAlt

From the Fallout3 GECK Wiki
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