playMaker

Author Topic: Using smooth save to save the last scene that the player visited and loading it  (Read 613 times)

arminiuspp

  • Playmaker Newbie
  • *
  • Posts: 37
As the title says, I want to use smooth save to save the last scene that the player visited and then when the player goes back to the main menu there is a continue button where if clicked it will load that last visited scene, any know how to do that in smooth save anyone??

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Hi.
i Don't have smooth save, but the logic should be similar to easy save.

does it have a load action?

if so on main menu load the level variable.

on level scenes on start you save the level variable.

for the level variable you can use int's or strings depending on how you want to set it up.