Twine 2.0.1, Sugarcube 2.6.2<br />Sorry to ask such a basic question but after searching the forum and the Sugarcube doc I've come up empty. How do I remove the option for saving?<br />The
Goes in Story Stylesheet: <br />/* Do not display the Saves &amp; Restart core menu items */<br />#menu-saves, #menu-restart {<br />display: none;<br />}<br />/*
Put this in your JavaScript: $(document).on("click", "a#trigger", function(){<br />$("#menu-saves a").trigger("click");<