notnsane, this is unrelated to your actual question, but you might want to think about putting up an epilepsy warning on your start screen. Twine isn't really a platform that photosensitive folks tra…
With the playlist shuffle, any way to ensure that it doesn't choose the same track twice in a row? Not a huge deal, but nice to have if is easily done.
Works great thanks! I'm trying it out now and found no bugs. Many thanks for adding in this much-needed functionality. My game is almost a radio drama, so it uses sound extensively and needed more ad…
Users of Twine games/stories interact with whichever story format was used to compile the project. Twine (1 or 2) story formats are JavaScript/HTML/CSS applications, so your ability to interoperate …
If you're referring to the Health, Score, Leadership, Evilness scores, then you could simply put them into the StoryCaption passage, which sits between the UI bar's header and menu sections, and is u…
Normal whitespace is not significant, so you cannot create a link containing only whitespace. You'll have to use something like the no-break space (NBSP).