Save Game Data Won't Load After Reopen Game

Hey @Guesscui2018

go to this page und scroll down. There you will find possible solutions.

Oh that looks indeed promising.
Thanks a lot, will try it out tonight : D

1 Like

Hey one question though,

Delay

Is this one going to work if I put it within a function?
Since functions are synchronous, without a delay is it going to loop back and finish loading before move forward?

Thanks again!

Oh it’s ok now, I found the Async nodes, you can’t call them inside a function I guess, but using events or marco does the job.