How to make savegames

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • I used savegame to save dictionary and array data cause its more save than localstorage but on load success in start layout it shows elements from the layout where it saved. So it jumps to the layout where you saved when you load, right? But is there a way to prevent this to continue the actions from the first layout and then from the layout you saved when you go to it? (on startup loads external files)

    I try to use the load on the layout where I use the stored data. Hope this works. :)

    • If I am understanding your question correctly, I think to stop switching to the layout it was saved on you could possibly use the trigger on load complete, and then the action go to layout (...). Hope this answers your question.