Twine survey: which version of Twine are we using? RESULTS (January 2016)
A while back I posted a survey to find out what versions of Twine everyone was using. Here, for your consideration, are the results. Thanks to everyone who filled it out and suggested updates to the...
View Article"Error in Widget Contents" -- Alert windows WAY too small, can't ever even...
Been having this issue since I started using Twine, but often found my way around it by just finding the sources of the errors on my own, but it's getting really tedious. Is there any way to resize...
View ArticlePretty basic question about printing specific text
So what I want to do is print a specific passage if and only if the player visited the first of two previous screens and otherwise a different passage would print. I'm trying to figure out how to do...
View ArticleHow do I add stats?
I'm really new to Twine, and I'm looking for documentation or advice on how to add stats using Snowman. I basically want to be able to add or remove a stat from the player, then run a check (in later...
View ArticleI can't get cached music to play.
Hello, I am new to Twine, and have been trying to get music playing using SuagarCube. This is what I've got: <<cacheaudio "Crypt" "E:\Music\Crypt.mp3">> <<audio "Crypt" play>>...
View ArticleTimed text insertion in Harlowe?
Hi all, I wrote my game in Twine 1.4.2 and then imported it into 2.0 using Twine 1 compiled HTML to Twine 2 archive converter. However, most/all my macros are dead and I'm having to change them up one...
View ArticleTwine Expressions
Hi, I've been doing Twine for a few months. And I guess I'm still new. I have a real hard time understanding CSS, I don't know if it's just how my brain works or if it is really that confusing. I have...
View ArticleJavascript help needed to modify macro
I need a timer which starts and runs in any passages until it runs out (sending the user to the death passage) or until the user does the right thing to stop it. I modified <<timedgoto>>...
View ArticleAdaptative images in Harlowe
No question for that time, but a pair of CSS snippets that I founded usefull. For the background : I'have played around with big pictures as background for stories and finaly tried the css below. I'ts...
View ArticleAn error ocurred...
As I have update Twine to the new 2.10 version, I can't use it anymore. When I try to load a format : "An error occured..." When I load a 2.0.8 game and try to play it : "An error occured" When I...
View Article2 questions about playing sounds
First, I use timedcontinue macro from http://www.glorioustrainwrecks.com/node/5462 and I want to play a sound every time the pause ends. How to modify the script to make it? Second, I would like to...
View ArticleWork-in-progress screenshot thread
You can post screenshots of your works in progress in this thread. You know, like screenshot saturday, but open every day of the week. What's not to love? Every dev forum has one of these. Of course, I...
View ArticleHarlow StyleSheet
Am I able to change the stylesheet in Harlow? I checked the Harlow guidebook and I saw the that there are codes available to align text, change backgrounds, etc. which is perfect. Although I'm not sure...
View ArticleFirst Twine! Switch between multiple characters, phwoar!
Heya. Apologies if this is not the right place to post this, but check out my first public Twine. (: http://chumak.io/arunandbalter/ It's very much a POC. I wanted to make a (very) short story with two...
View ArticleHow to make a "hidden" passage?
Hello! I'm looking for help with creating a passage that remains concealed on the page until a number of a different routes are completed. A player would go through the game and get to a few dead ends...
View Article(Sugarcube 2.0) Checking/setting a variable's current amount
This is probably a question with an obscenely simple answer, but I've been struggling with it all day, so here goes: I have a variable, $goodness, that changes when certain setter links are clicked (it...
View ArticleHow to make a variable delay?
<<timedcontinue>> works only with constants. If I do anything like <<set $delay="2s">> <<timedcontinue $delay>> I get an error "$delay is not defined". (Actually, I...
View ArticleRemembering what already happened in passages.
Hello Twine-masters, please help me. I want to make a small and simple game, where I stand in a startingRoom and can go to a different passage1, doing stuff there, then going back to the startingRoom...
View Article"If and" statement help?
I'm trying to make it to where if the player's relationship count with character Bob is the value 1 or 2, and their name variable isn't or isn't blank, then certain dialogue will show up. I have it...
View ArticleHow do I embed a .mp3 file into my Harlow story?
When someone clicks on a passage, I want someone to hear music. Preferably, I would like this to play on a loop until someone makes a decision to go to the next passage. I'm not sure what would be...
View Article