The Big Grey ask a question button does not actually post an 'Ask a Question'...
As the title says, the grey button seen here: Brings you to the new discussion page, not the Ask a Question page. As a result I posted my first thread without a Question marker on it, as I was at then...
View ArticleAnything I should know if I want to make a standalone android app?
Basically what I want to do is make an android apk once I get done writing. Something that can stand alone be installed and no 'open your file manager and go to' just double tap and go. What do I need...
View ArticleHow to take a link from twine and open on Mac
How do I take a link of a story in playmode and open it on a Mac? It comes up empty when I try to copy and paste it. Am using Chrome on the Mac.
View ArticlePublishing Twine Game Help
How do I publish a Twine game on my own website? There must be some sort of simple solution to this, but I can't figure it out. When I try to embed the code of the HTML file on my site, it shows up all...
View ArticleTracking Keyboard Inputs? (Harlowe)
I want the player to be able to enter the Konami Code on a certain passage with the arrow keys, the B and A keys, and the Enter key. Once they do this, text saying "Yeah, that won't work here." will...
View ArticleKeeping track of how the player has died?
I'll get right to the point. My game has an achievement for dying in every possible way (of which there are 11). I tried using (set:$deaths to +1) on death screens, but that allows the player to...
View ArticleHow to disable autosave (make refresh = restart)?
Hello, I'm using Twine 2, Sugarcube 2. When I publish the file and upload it to my site, the refresh button (or closing and reopening the link, for that matter), doesn't restart the game. So I assume...
View ArticleCan't change textbox (text input) width
I'm using Twine 2, Sugarcube 2. I have a passage where I use <<textbox, and I'm trying to change the width (make it narrower). This is the CSS I'm using: input, input:focus, input:hover...
View Articlecontrol CSS-positioning via variable (SC 2)
Hey everybody! [img][/img] For my colaborative writing project (I've bugged the forum with it on other occasions), I want to show the writers position within the arc of tension dynamically using the...
View Article(Harlowe)Sound Effects In Links
In my game, when you click on links a sound should play. I've looked on the wiki and used that code, but the sound doesn't play. Can anyone explain a way to play sound effects?
View ArticlePreloading background images (Sugarcube 2.0 / Twine 2)
Hi! In my current story, the background image shifts with some of the passages. E.g. When you're in a cottage, there's a cottage background, then in a forest there's a forest etc. I'm looking for a way...
View ArticleSugarCube either function broken?
I've been trying to use the either function in my port from Harlowe to Sugarcube to no avail. I've pasted the code directly from the manual: either("Blueberry", "Cherry", "Pecan") My output is:...
View ArticleLinks that change when clicked
I'm using Twine 2, SugarCube 2. I want to make a set of links that change when clicked. For instance, one link to change between "small" and "big" and another between "cat" and "dog", so that the...
View Articleharlowe - keeping variables through savegames?
yo so i've got a save/load game function in my game at the moment (works if you close the tab, lets you visit the main menu, etc) (this is a footer on every page:) [Save Game]<save| || [Load Saved...
View ArticleNo space bewteen links.
Hi, I would like to know if there is a possibility to have no space between the links? My story use a lot of conditions, like that : <<if option 1>>[[Passage 1]]<</if>>...
View ArticleBrowser back/forward history navigation
Using Harlowe 1.1.1 on Twine 2.0.8. Have a CYOA sort of story where I want to be able to use the browser back/forward button to navigate. It's not working for me by default in Chrome (Mac). Is history...
View ArticleChoose one from a random set of passages, then discard it
Hi, I'm a new user of Twine, struggling to make a first story-driven game for a Game Jam. Hope you can help me with the following: We are trying to code a part of the game in which the player enters a...
View ArticleNeed help setting (click:) questions to behave to my condition!!
On this passage the reader/player gets the option of 4 questions displayed, each with their own respective answers using the namedhook calls. What I want is for the reader to select any of the...
View ArticleColored text isn't showing properly in the game? (Harlowe)
I'm writing a story with multiple characters, and I've been using basic HTML (as in <font color = "#hexcode"> html) in order to change the font colors. There's a problem, though - I can't make...
View ArticleHello, can anyone help? What's wrong in such macro?
Hello, I am new, using Harlowe and I am trying such macro: (set:$s1 to 0) (link-reveal:"Click me")[(set:$s1 to 2)] (if:$s1 is 2)[You find a new way] The last sentence never print those text out. What's...
View Article