(Harlowe) Cycling Links which lead to different passages?
Newbie coder here. Using Twine 2 and Harlowe. I've successfully made a cycling link, and I'm now trying to get the subsequent internal link to lead to a different passage depending on which item in the...
View ArticleSugarcube 2: Modals don't work if starting from story's beginning
Hi all, I'm using modals to give short descriptions of highlighted words in the story. They work perfectly well IF I start the story from a passage that has modals in it. However, if I start the story...
View ArticleChange colour of cycling links & adding audio in Harlowe
Sorry for flooding the forum with questions. I'm using Twine 2, Harlowe, and I'd like my cycling links to be a different colour than my regular links. I tried to model the code for this after the code...
View ArticleHow do I get around return and back getting me into a loop?
I'm using twine 2 with sugarcube 2. I have several passages in my storymenu. For example, inventory and stats. If I click on inventory and then immediately on stats, I get stuck in them and can't get...
View ArticleHow to (display:) a passage when a condition is met, and remove it when the...
so, i got this: $males $females $babies (link: "Make Males")[(set: $males to it + 1)] <!--adds 1 to $males--> (link: "Make Females")[(set: $females to it + 1)] <!--adds 1 to $females-->...
View ArticleDifferent backgrounds for different chapters (Harlowe)
How can I change the background image of a page based on the chapter? Right now, the background is in the body tag, and the formatting for each chapter varies with a class tag. This method puts a box...
View ArticleDoes anyone know where I can find the specs for building a custom Twine 2.0...
As the title says, I'm having a hard time finding anything resembling an API reference for the story formats, and trying to reverse-engineer from existing ones is not proving to be fruitful. Anyone...
View ArticleProblem with tildes in Harlowe Twine 2
Twine 2 & Harlowe. I want to be able to put punctuation inside macros. According to the "Verbatim markup" section of the Harlowe manual, if I want to use punctuation within a macro call, I should...
View ArticleAmazing flashlight effect from My Father's Long Long Legs won't work in Harlowe
My Father's Long Long Legs has this cool effect where the text and background are black and then a flashlight illuminates the text and an image. The author shares the code here:...
View ArticleTwine 2.0 not working properly in iOS?
I'm trying out the online Twine 2.0 interface on my iPad and I'm finding that it doesn't appear to really work' when tapping individual passages, the text box never becomes editable — the on-screen...
View ArticleRemove Option for Saving?
Twine 2.0.1, Sugarcube 2.6.2 Sorry to ask such a basic question but after searching the forum and the Sugarcube doc I've come up empty. How do I remove the option for saving? The game I made in...
View ArticleStylesheet and Passages
Greetings I am rather lost as to where find information I require and I did not find it despite my searches. Therefore I am asking here and if(questionHasBeenAnsweredBefore = 1) or...
View ArticleIs multiplayer at all possible in Twine?
To be more specific, all I would really need is a way for several people playing the same game to connect with each other in groups and for the people within such a group to share a common variable...
View ArticleTime limit on story in Twine 2.0
Hi Guys! First time posting here so I hope I'm doing this right, I tried to find an answer to this question on google for quite sometime. So I am very new to Twine 2.0 and just Twine in general. I'm...
View Articletwinery 2 how to add images?
Sorry if this has already been asked but I searched this forum and here: http://twinery.org/wiki/frequently_asked_questionsHow do I add images/ audio/ videos to twinery2?Here's the video of what I...
View ArticleHarlowe - can't get @media screen to work in stylesheet
Hey there, I've been fiddling around with this for a while and looked at different tutorials and posts, but I must be missing something bleedingly obvious, because I can't seem to get the @media screen...
View ArticleIs there a way to use the click macro with imagemap?
So linking to a passage with imagemap link is simple enough (just change the href to data-passage) but I was wondering if there was a way to use the <<click>> macro with imagemap...
View ArticleIf statement, comparing previous() to couple passage titles utterly fails.
Greetings This is using Twine 2.0 with Sugarcube story format. My game has buttons for entering inventoryScreen, charScreen, travelScreen, from any passage where it's allowable. After visiting the...
View ArticleCan a default value be set with customScripts.updateNamedHook user input method?
This routine works fine, but I would like to pre-set the values. if (typeof window.customScripts == "undefined") { window.customScripts = { updateNamedHook: function(hookName) { var value =...
View Article