Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

I'm new to coding so this may have a stupidly easy fix, but does anyone know how to make this template work with the current version of Twine? I'm getting a message in playtesting the default template that says:

"A fatal error has occurred. Aborting.

Error: element with ID "story" found within "StoryInterface" special passage"

(+3)

Hi there! I haven't touched Twine in a long time, so I'm not familiar with the updated version, but based on the error message I would say it should probably be an easy fix of renaming the element with ID "story" with something else. Just go into the StoryInterface passage > scroll down to the bottom where you'll see <div id="story" role="main"> and change "story" to something else. Whatever you change it to, for example "mystory", you'll have to go through the story Stylesheet to change every instance of that ID's styling as well. Kind of like this:

I believe that should fix it! 

(+2)

Thanks so much for the response! It fixed the error. I'll have to play around with additional tweaking to fix some lingering visual issues, but it was a big help, thank you. :)