Harlowe - Sounds don't play on Android phones?
Is there a known issue with sounds not playing on mobile devices? I'm using <audio src="filename.wav" autoplay loop> and uploading the sound file to the same folder of the website as the Twine game.
View ArticleHarlowe - Play a sound on a cycling link
This is more of a request for advice on best practice. I have achieved what I wanted to achieve, but in a shambolic way that I expect may cause problems later down the line. I want a cycling link that...
View ArticleView Proofing Copy & Change Story Format
Hello, I'm new to Twine and have Version 2.0.6 I've tried to search for my problems, but couldn't find anything, so I apologize if I missed it. First Issue: I clicked on View Proofing Copy and get a...
View ArticleIncreasing Maximum Loop Iterations [Basic]
So I am led to believe the magic words are: config.macros.maxLoopIterations = 10000; But I don't know where to put them so it works.
View ArticleTwine wrapped every alphanumeric character in my story in a link tag
Dude... I don't even know how this happened. See a screenshot here: https://twitter.com/zreeseplus/status/732947600274513925 As a result, Twine crashes when trying to load the project. My initial...
View ArticleIdeas for a Magic System in an RPG.
Just thought I'd pull some minds together for any ideas for building a Magic system into a Twine 2 RPG using Sugarcube. Personally what the system would entail would be a mana stat and a Wisdom stat to...
View ArticleHow do i make the color of my text variable?
I'm trying to have it so that when you choose different options for how you want the color the text of one character to be, there is a variety of options. For example, in one play through I want the...
View ArticleHelp making a Mute / Unmute button ? [Harlowe]
Hey again everyone, slowly but surely becoming less of a noob but at the moment having some trouble with audio in Harlowe (yes, in hindsight I'm aware that it probably wasn't the best format choice for...
View ArticleHow to hide links if a variable = 2
I know that i should use an if statement (macro), but i'm confused because i'm new to Twine and the programming language, i'm used to some C# and PHP so here's my code: The main(The Shortcut) passage:...
View ArticleJust starting with the Browser Tools and have a question
I like writing in my spare time at work, but my lack of administrator privileges leaves me only able to write in the browser version. It comes up every time I return to my computer as if it's tied to...
View ArticleFill in the Blank type Question
I'm making a game where the "dungeon master" asks the player a question and the player is required to write an answer in a prompt. My problem is getting the code to work where, depending on the answer...
View Article[SugarCube] Updating arrays
Okay, I feel like I'm losing my mind. I've got a passage that is intended to take an array representing a group of people and split it into two arrays representing two groups of nearly-identical...
View ArticleEditing an existing story
I'm trying to edit an existing story, and mod the local copy. No matter what I do the changes don't seem to take. I close the browser, start the story over again and when I get to the modded part I see...
View ArticleCSS issues with Harlowe (font-family)
Dear all, I really don't understand how to change my font under Harlowe When i put this on my CSS @import url(https://fonts.googleapis.com/css?family=Electrolize); body { font-size: 1.1em; color:...
View Article[SugarCube] Sorting Arrays by Values in the Array
So I have an array, let's say it's like: <<set $array = [ [ "Jo" , 3 ] , [ "Sam" , 4 ] , [ "Alex" , 2 ] ] >> What is the best way to sort that array by the values in the second index of...
View ArticlePassage won't display in debug view
Hello! I'm completely new to Twine/Harlowe and am generally an idiot, so I think I might be looking at multiple syntax errors or plain dumb mistakes that I haven't been able to discern. Basically,...
View Articleright way to trigger the page to re-evaluate (from Javascript)
(First: I apologize if there is an obvious answer, I'm new to hacking Twine) Hi. As background, I'm planning on using Twine for a two-week high-school class I'm helping teach and my kids school. I'm...
View ArticleTwo Questions: Variables and Sidebar Display
Hi all, I'm new to Twine and have been trying to learn by making a game and by using this forum and documentation, but I'm stuck on two things. Sorry if these have been covered before or are dumb...
View ArticleHaving trouble with making text clickable to change a variable but not move...
I am trying to output variables from an array of objects into a chart and make each of the first variables in a row clickable to change another variable, but not move to another passage. here is the...
View Articleplease help me make a functioning cycling link!!
i'm an absolute know-nothing when it comes to coding. all i know how to do is make things bold and italic and change the font size/colour. i've tried reading previously posted answers to this question...
View Article