- Joined
- Jun 22, 2017
- Messages
- 42
- Reaction score
- 14
- First Language
- Russian
- Primarily Uses
- RMMV
I’d like to load the last saved game using a script call. I tried to use this:
DataManager.loadGame(DataManager.latestSavefileId());
SceneManager.goto(Scene_Map);
It loads the game, but before this, for a short moment, I get a screen with some wrong tiles. It doesn't happen when I load normally. What's wrong with this script call?
DataManager.loadGame(DataManager.latestSavefileId());
SceneManager.goto(Scene_Map);
It loads the game, but before this, for a short moment, I get a screen with some wrong tiles. It doesn't happen when I load normally. What's wrong with this script call?