RestoreGame

void RestoreGame(string gameName, number slotNumber, string gameVersion)

Restores a game state with the game saved in the specified slot number. The gameName and gameVersion parameters are used to prevent opening of games from other versions.

Example
RestoreGame("LSL3" 2 "1.002")

See Also: GetSaveDir, CheckSaveGame, SaveGame, RestartGame