–4 votes
by (100 points)
reshown by

2 Answers

0 votes
by (8.9k points)
What's the question?
+1 vote
by (6.2k points)

To save:

(save-game: "insert save name here")

You can have as many saves as you want:

(save-game: "save 1")
(save-game: "save 2")
(save-game: "save 3")

Load save:

(load-game: "insert the save's name here")

 

...