LoadGame - Game
Revision as of 01:19, 27 August 2013 by imported>CraftySentinel (Spelling correction)
SKSE member of: Game Script
Loads the save with the specified name.
Syntax
Function LoadGame(string name) native global
Parameters
name
- The name of the save you wish to load.
Examples
LoadGame("TestSave") ;Loads the save named TestSave
Notes
- If there is no save with the specified name, no save will be loaded.