Restart
ethanqman
04 Mar 2016, 00:00I'm making a video game style Text Adventure for a school project, and im trying to add a feature where if you 'die' or fail the game, you are given a button in which you can restart. Could anyone walk methrough how i could do this?
bgbg
04 Mar 2016, 01:12Squiffy automatically has a "Restart" link at the top right of the page. People can click on it at any time.
If you want to take someone back to a specific section, just create a link to that section with square brackets around the text to be clicked, and parentheses around the name of the section. Say you have a section called Start, just create a link to Start like this:
If you want to take someone back to a specific section, just create a link to that section with square brackets around the text to be clicked, and parentheses around the name of the section. Say you have a section called Start, just create a link to Start like this:
[[Start the game over.]](Start)