You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I think I can just use load feature in different way.
I need to store previous (by default) 20 versions of variables in ram by using just an array and replace current one with previous on rollback. And also I will store in this variables also current SceneId and dialog_name to jump to right if is changed.
Like in the title.
So I think I can just use load feature in different way.
I need to store previous (by default) 20 versions of variables in ram by using just an array and replace current one with previous on rollback. And also I will store in this variables also current SceneId and dialog_name to jump to right if is changed.