Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

[ANSWERED] Game Over - Disable 'Backward' Option?

edited November 2016 in Help! with 2.0
Sugarcube 2.11.0

How would I disable the 'backwards' button on my Game Over passage? And is it advisable?

[EDIT] I've no doubt this is an utter mess of a solution, but until someone can show me the 'correct' way, it will have to do.

When the player dies, everything but the Saves and Restart links are disabled, and here's how I did it.

Gave the Game Over passage the tag restart

Then in my CSS I added:
body.restart #menu-story, body.restart #ui-bar-toggle::before { display: none; visibility: hidden; }
Sign In or Register to comment.