Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for letting me know! I'll have to look into the undefined config error. I think I managed to replicate your other error: if there are any missing commas between array items, Twine will throw that "missing ]" error. Double-check that there's a comma after each value (each line should look like — 'this', — with the comma outside), and let me know if any other issues come up.

(1 edit) (+1)

I confirmed that when I duplicate a fresh copy of the index.html file, it doesn't give me the StoryInit error, so that must be something I did even if I can't find it. Whoops! (Edit: I figured it out... I put quotes inside the quotes to denote a nickname, like an absolute casual...)

What's interesting is that while opening the index.html directly doesn't give me the config error, duplicating it (to give it a fresh IFID) and then marking a starting point (can't Publish to File without a starting point) and then opening that file gives me the config error. So it must be one of those two actions that's messing it up, right?

Either way, thanks for replying! 

Thanks so much for your patience and great work figuring out the StoryInit error. Quote placement can be very finicky in all kinds of programs.  I've followed your steps as far as duplicating the template and haven't run into the config error, but I'll keep my eyes peeled for it.