Scrolling Passages Format
Hello all! I'm working with Harlowe in Twine 2.0 and I'm wondering if there is a simple implimentation of Javascript or CSS that makes the entire game a continuous scrolling game. This would mean all...
View Articlecombined Macro Set code examples
How would I use <<replace>> or <<replacelink> in the sugarcube version Im using in conjunction with if statements inside that give you multiple options to be clicked and replaced...
View ArticleI need some help with Harlowe formating my hooks and other
It is driving me bonkers! I keep trying to change my hooks from the blue to just black. A:link {text-decoration: none; font-weight:bold; color: #000;} hook {text-decoration: none; font-weight:bold;...
View ArticleTwine 2 fails to start: causes?
As of this morning, my Twine 2.0 refuses to start. This is a Windows 10 machine running 64-bit, archiving in the hard drive rather than the web service. No error message appears, but I do not get a...
View ArticleSugarcube 2, javascript which executes if 2 variables reach a certain level
In my story I have a tiredness meter which goes to 150. Now I want to make it so that if Tiredness is over 100 a warning message is displayed once and the characters hp is lowered. Then if the player...
View Article[Sugarcube 2] problem.
Hello! I'm experiencing a little problem with Twin/Sugarcube, primary related to the <<nobr>> tag. I'm writing my passages in OpenOffice, formating them in an easily readable structure. And...
View ArticleSorting object by their properties?
Twine 2.0.11, Sugarcube 1.0.34 As a total code noob, I'm pretty sure I'm in out of my depth with this one, but I thought it wouldn't hurt to ask. Hopefully this makes sense. In my game, NPCs are...
View ArticleWhat is the proper format for setting and calling variables Twine 2.0.11,...
Hi, I'm very new to Twine and have started creating a project using the Web-version of Twine. I'm comfortable with the use and function of variables and use them quite extensively, but I'm running into...
View ArticleStory not saving in Harlowe
Hello! I'm having an issue where the save feature in twine 2 isn't working. I've lost all my work a couple times now, giving me a flashbacks to when I first started using twine 1. I've also noticed...
View Article[Harlowe]Have I Done Something Wrong?
Here is the code for one of my passages: <span id="box">{(if: $clock >= 1 and $haveClock is true)[(current-time:)] Hydration: $hydration Starvation: $starvation(set: $comfort to $comfy /...
View Article[Harlowe]Saving Error Message
So, I was just testing my game out, and this came up: The game's variables contain a complex data structure; the game can no longer be saved.► Is there a way to fix this? I could supply a copy of all...
View Articleremoving box-with-arrow beside external links (sugarcube 2)
Alright, I realize this is a rather dumb inquiry which probably has an obvious answer, but I haven't been able to find one, so... this is my game... www.pence.site The first link takes the reader to...
View ArticleVariables & Changing Options/Text
I'm creating a prototype game to learn Twine 2 (I learn better by doing) and I'm trying to get the hang of how to best use variables with it. I've got a few questions so far from a day or so playing...
View ArticleCentering text body to bottom center of the screen
I'm not allowing a scrolling function, the background will be static, but i'm finding it difficult getting the passages to stick to the very center-bottom of the screen. any ideas on how to fix it?...
View ArticleCan I embed my Twine story in my Twine story?
Hi all. Just started playing with this, seems pretty cool. My story is mostly a hundred pages of injokes, but hey. One of the branches leads to the protagonist writing a story with Twine. I'd like to...
View ArticleProblem with checkbox macro // array (SC2)
Hey everybody, I am having a hard time understanding how to use the <<checkbox>> macro in SC2: <<set $rightAnswer to [true, false, false, true, false, false, false, true,...
View ArticleA really simple question regarding links and colors in Harlowe
As the title suggests, I'm having difficulty with what seems to be a fairly simple matter. What I'm trying to do is fairly straightforward; I would like to color-code my passage links to differentiate...
View ArticleSugarcube 'version' confusion
I like to use the Sugarcube Story Format, but am confused as to 'versions'. When I select it from the menu in the online version of Twine it says 'Version 1.0.34' but I've seen people on the forum...
View ArticleChecking text input for non-alphanumeric characters in Sugarcube 2.0
I'm attempting to verify player name input and I'm having problems. I'm using this bit of code and instead of getting the expected results, or even "Test", it's printing absolutely nothing. ((I've got...
View Article[Harlowe]Something Wrong With My Code?
In my game I've coded this as my death screen thing: {<center><big><big><big><big>(color: "black")[(text-style: "shadow")[''The...
View Article