Question:
How do I return from a menu system?
Working in Sugarcube 2.18
Longer Explanation
I have a series of linked "story" passages, each with a PassageFooter. The footer links to a "computer" interace made of multiple linked passages. I would like the player to move around the story passages, when they stop on a random story passage such as "passage C", then click the link in the footer to enter the "computer" passages, wonder through serveral "computer" passages, then press a Close button to return to "passage C". It would be great if I can make a variable x that subtracts the amount of "story" passages turn() with the "computer" passages turn() then just use the <<return>> x times. Can that be done with the Engine.goTo()?