load.game: Load Game

Description Usage Arguments Details

View source: R/load.game.R

Description

Loads the game from the specified file.

Usage

1
load.game(location, update = TRUE)

Arguments

location

Sets the save file location and name, e.g. "C:/Users/.../Survival Game/survivalsave.csv". Must be .csv format.

update

Determines whether the save file will be automatically updated to the latest version. Defaults to TRUE.

Details

Loads the game from the specified file and sets that as the save spot for all updates. Note that the game auto-saves whenever changes are made.


alexisblackbird/R-Survival documentation built on May 24, 2019, 3:01 a.m.