Hi!
I'm not sure if I'll have a solution, since I currently can't see your code, see which error message you have, nor know which SugarCube version you are using (2.37 is breaking the template - been working on updating all the templates).
The issue could be one of the following:
- Something wrong happened as you added the Notify macro (e.g. not pasted in the right section, edits made broke the macro)
- Something was wrong with the template to begin with (e.g. not compatible with your version of SugarCube)
First, you will want to check which version of SugarCube you are using:
- if SugarCube 2.36.1: remove the Notify code you currently have and re-add it (Chapel's repo, choose either the minified or pretty, and add the JS in the JavaScript and the CSS in the StyleSheet). I made sure the One Page Template didn't use any of the ID/Class name that macro uses.
- if SugarCube 2.37.3,
- Remove the Settings from the JavaScript (this is probably where the issue is) or move the custom macros (Notify and Dialog) above the settings
- The 2.37 update changed a lot of stuff, that made some older code incompatible. When it runs into a JS error, SugarCube stops loading code.
- Go back to an earlier version of SugarCube (tutorial/ref for the format, or use this Twine version before SG was update)
- Wait for the template to be updated (should be on this page later this week) and edit what's been changed (JavaScript/CSS and some passages).
- The code is already available here on Github right now, while I finish editing the last template.
- Remove the Settings from the JavaScript (this is probably where the issue is) or move the custom macros (Notify and Dialog) above the settings
For faster help, you might want to check either: the Twine Discord, the Twine Reddit, or the Twine section of the IntFiction Forum (you will need to share your code there too, but it's easier to it there than on itch.io).