Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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. :)