Data Saving

How would I save the positions of multiple characters and widget datas when switching back and forth between levels? So for example I move a few character and then a prompt changes the level for for a minute and then returns, how would I keep the characters’ data?

1 Like

In a nutshell, the save game

You still have an uphill battle, because you have to figure out how to do conversation trees, and how to save all that, but the save game is the basic answer.

when I switch back and forth levels will this save their positions?

1 Like

Yes it will, but you have to do the work, to figure out how to use it, and program the code correctly ( for your case ).

To be clear, the save game doesn’t magically save things, you have to write code for everything you need to save, and write code to get it back out again.

Thank you, and I will definitely work on it.

1 Like

You’re welcome :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.