I’m making a menu that if a player clicks one of the buttons, they will be loaded into a different scene. I also make a button in that scene so that the player can return to the menu. However, the load scene function will play back the original scene from the beginning, whereas I want the player to return only to the menu; the scene has a prior conversation before the menu. So, is it possible to call a block of a flowchart from a different scene?