LoadGame

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Loads the savegame with the specified filename if it exists. Passing 1 in the optional parameter will dump debug information about a save to a text file.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
LoadGame filename:string Integer:int 

Or:

Load filename:string Integer:int

Example

load "quicksave" 1 

Notes

See Also