Final start upstep

I have my game startup set up, though i was wondering if there was a way to ask the player if they would like to restore/start or quit…my game has alot i want to happen so saving is big. but i don’t want player to have to go through title and start up every time. any ideas

Do you mean like this?

When play begins:
	Say "Would you like to restore a saved game?";
	If player consents:
		Try restoring the game
2 Likes

yes i have a lot to learn.

Edit: WOW PERFECT! Thank You.

1 Like