Simply speaking:
When the player's character dies, instead of sending the player to that gameover scene, I
transfer him into a cutscene right before the character really dies and then load the
previous save file using this command: DataManager.load_game(0)
But then, after reloading the game, every "show picture" event command just
doesn't work(it shows no picture at all) unless the player restarts the game
and reloads the save file manually....
I don't understand what's happening there.
Thanks for at least reading this
When the player's character dies, instead of sending the player to that gameover scene, I
transfer him into a cutscene right before the character really dies and then load the
previous save file using this command: DataManager.load_game(0)
But then, after reloading the game, every "show picture" event command just
doesn't work(it shows no picture at all) unless the player restarts the game
and reloads the save file manually....
I don't understand what's happening there.
Thanks for at least reading this
Last edited by a moderator:

