LoadGame
From GECK
A function included in the GECK for Fallout 3.
Contents
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
LoadGame filename:string Integer:int
Or:
Load filename:string Integer:int
Example
load "quicksave" 1
Notes
- This is also available as an Event Handler in NVSE.