is it possible to co-write a game?
me and a friend came up with a cool concept for a twine game and we both want to write it. is there any way to share it with the friend like google docs?
View Article[SugarCube] Is there an equivalent in SugarCube to Harlowe's "link:" changer
Hey ho, I am trying to rewrite one of my projects I started in Harlowe into SugarCube and am wondering if there is anything in SugarCube like Harlowe's link-replace changers? I especially used the...
View ArticleLinking an ending of one game to the other (Harlowe)
Okay, so what I am trying to do may be complicated but it is worth a shot. So in my game there are a lot of different actions that can affect the game and since my game is so huge, I had to open a new...
View Articledynamic macro in SC2 T2
I am using <<timed>> macro in Sugarcube 2 in Twine 2. How can I specify the time interval dynamically? Instead of <<timed 3s>> I want to use <<times $interval>>...
View ArticleAlert Dialog Box's Text After JS Error Is Obscured Due To Small Size
I'm using Sugarcube 2.8 and Twine 2! After getting an error while working on the Javascript on all of my stories in "Edit Story JavaScript", a little "Alert" box appears, telling me that there was an...
View ArticleWhy has my Twine 2 suddenly stopped working?
Hi all, I haven't used Twine in a while and decided to start it up today and have a play with it. But it's suddenly not working. It won't start up at all. And I've tried a reinstallation, and then...
View ArticleI Can't Install SugarCube
Hi. I'm trying to install and use the SugarCube story format. Here are the instructions I am trying to follow: http://www.motoslave.net/sugarcube/2/docs/twine-2.html I followed all of the instructions,...
View Article[Harlowe] Multiple saves in the same passage
(set: $test to 1) [save 1]<1| [save 2]<2| (click: ?1)[(set: $test to it+1)(save-game: "slot 1")] (click: ?2)[(set: $test to it+1)(save-game: "slot 2")] Why doesn't this work? This code creates...
View ArticleI want to erase all (history:) contents
Hi, I need to erase all content of the (history:) array. Is this even possible? I want to make a custom restart because I need some options variables to not be resetted, but of course I need a clean...
View ArticleLink Breaking Macro Conflict
I've run into an odd problem while working in harlowe. If I use the click-replace macro and in the same passage us live and replace to cycle through some text (example below) hovering over the...
View ArticleAutomatically Skipping a Passage OR Assigning Variables Values Based on User...
I'm wondering if there is either a way to: 1. Automatically skip a passage What I mean here is that, let's say the user selected Female instead of Male. I want to save this into a variable. The method...
View ArticleLanguage and code link
Hello I'd like to know something about twine 2.0. As french, i wanna do all my stories in french and i'd like to know if i all the codes, link, hook etc like: if, set, click must stay in english please?
View ArticleThe script mathjax
Does enyone know if it is posible to embed the math font mathjax in the book, this is how Im using it on a normal webpage <script type="text/javascript" async...
View ArticleUsing variables and function return values as the index of an array.
I just started using Twine a few days ago, but have apparently stumbled upon some unanswered weirdness (as far as I can see). So I've been trying a few things and I've noticed it's seems unnecessarily...
View ArticleTrouble using variables inside Furkle's cycling links add-on
Hi there, I've been using Furkle's cycling links add-on in Harlowe 1.2.2 and it was working great until I tried using a $variable within the cycling text. The main character's name is set at the start...
View ArticleSugarcube 2: Issues setting a variable in a link
Hi, I have an array $houses containing a bunch of objects. I have a passage set in a street, where I load a list of houses that link to a House passage that would then describe whichever house the...
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 ArticleSorting objects inside an array by a specific property
As the title says, I have an array that contains multiple objects. The objects are all similar, with the same properties but with different values for each - for example, they all have a "Name", but...
View Article"Don't Move"?
Hello, Twine Community! I just posted this as a discussion, but I realized I should ask it as a question. I am a relatively new Twine writer, and I'm currently working on a big project. I wish to adapt...
View Article"Don't Move"
Hello, Twine Community! I am a relatively new Twine writer, and I'm currently working on a big project. I wish to adapt the video game Until Dawn into a text game personalized using my friends and I as...
View Article