u/kissxsleep

Sugarcube "Resume Game" Button

Hello,

I am running into a consistent issue when trying to get a "Resume Game" button up and running on the main menu I've made for this game I am working on. I believe part of it is that I have been reverse engineering things through inspecting older twine templates to see what I can manage while also looking up CSS along the way.

I am trying to make a simple, but custom UI since I felt the default didn't fit the vibe I was going for on this project. While I've gotten both of the other buttons on this main menu functional, this resume game button is just not working.

Here is the code for the button within the main menu:

<span id="main-resume-game"><<link "Resume Game">><<run Save.browser.continue()>><</link>></span>

Here is the javascript I have currently for this:

Save.browser.auto.isEnabled() == true;

Knowing my luck it's probably something fairly simple that I'm just missing, but I would deeply appreciate some help with this.

Thank you for your time!

reddit.com
u/kissxsleep — 10 days ago