LoadGame - Game
Jump to navigation
Jump to search
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.