So I'm writing a passage in sugarcube that essentially just edits a whole bunch of data, then returns to where the story was before.
I'm wondering if there's a way to make
I'm wondering if there's a way to make
work or if I'm going to have to add a $variable to memorize where I just came from and return there with a goto $variable.<<goto previous()>>