Any way to leave the stats screen without hitting the Return to Game button?

I’m playing around with a custom save game system that can be accessed via the stats screen. So far I have every aspect working except one thing: *goto_scene, when used within the stats screen, stays in the stats screen and does not exit it. I’m able to return to the saved place, but the entire game now plays in the stats screen, and if I hit Return to Game, it takes me back to where I was before I entered the stats screen.

TL/DR version: Is there any way to leave the stats screen without hitting the Return to Game Button?

There might be a *redirect_scene command for leaving the stats screen?

2 Likes

Instead of *goto_scene, use *redirect_scene.
The labeling rules should be the same.

Thank you both! I somehow forgot that command since I never had reason to use it before. Much appreciation!

2 Likes