Menu to track progress in Snowman 1.3.0
Hello I am trying to create a way to track the progress of the user as they move through the story various paths of the story. Essentially a topbar or sidebar that display "Path1 = Incomplete | Path2 =...
View ArticleTwine 2.1.0 — macOS (10.12.3) Twine running fans at significantly high...
Is anyone else noticing this? Since the update I've been finding that Twine seems to be hitting my system a lot harder than before and is revving up the fan the same way it would if I was playing a...
View ArticleVariables changing when exit my inventory setup
so i built a basic inventory for the gamebook im working on in Harlowe 1.2.3 based almost exactly off of this site:...
View ArticleLink broken for linux download? EDIT: How to install?
Hi all, So I'm moving to linux mint and have tried to download twine 2 again, but the link appears to be broken? Doesn't matter which browser I use (have tried firefox and chromium). Does anyone know...
View ArticleRecalling ARRAYS
First Off I will be honest, I don't know much about what I am doing. So I will give you what may be important information first. I am using "Twine 2.1.0 & Sugarcube 2.12.1." Now off to the...
View ArticleHistory/Journal 2 (Simple but maybe of some help to someone?) (sugarcube)
So, I have a very simple way of creating a journal/tracking history in Sugarcube 2 for the player menu. Not very elegant, but no coding up front for the beginners like me. Maybe someone will find it...
View ArticleBitbucket download folder inaccessible
Hi, I'm not sure where else to post this. I can't seem to reach the downloads folder. https://bitbucket.org/klembot/twinejs/ (yes) https://bitbucket.org/klembot/twinejs/downloads/ (no) thanks
View ArticleImages
Hello, I am brand new to Twine and I am trying to understand how to import images, but I see a lot of conflicting information. Can you help me out? I want to be able to import images, and to change the...
View ArticleRiddle game not working
Hi everyone, New Twine user here. I've got a little bit of coding experience under my belt, but I'd say pretty novice level. Anyway, I've been messing around with Sugarcube 2.14.0, trying to make some...
View ArticleConfused on Harlowe format
I re-posted this as a question so I can click what answer helps. I had to read the "First time posting" discussion again to realize I should have made this a question not a new discussion. Sorry about...
View ArticleHow can I reset a true variable back to false?
At first I made this a new discussion before I reread the "First time Posting" discussion and realized I should have clicked on "Ask Question". Sorry about that I am using the Harlowe 2.0 format and...
View ArticleSearchable database
Very odd question here, perhaps. I use twine mostly to create random generators for things but I recently thought of a way I might use it more constructively. In my job (Radiation Therapist) we have to...
View ArticleIs it possible to promote Twine any more ?
Dear Twine team I have been an evangelist for Twine among french teachers for two years. Organising some training courses and planning a little hackaton in Strasbourg for next 13th of may. But all the...
View ArticleMultiple StoryCaptions?
Yep me again, latest twine sugar cube 2 12 Wondering if multiple storycaptions were possible?
View Article[Harlowe 2.0.0] First Letter of Each Line Cuts Off
Is anyone else having an issue with Harlowe 2.0.0 cutting off the first letter of each line? There's a grayish bar running down the left side of the passage. Useful for indicating new paragraphs, yes,...
View Article[Harlowe 2.0.0] No Default Story Format Enabled
Not sure if this is a big deal for anyone but brand new users. With the release of 2.1.1, there is no default story format enabled automatically. When creating a new story with the +Story button,...
View Article[Sugarcube 1] Getting Back from a StoryMenu passage without Undoing Variables
I suspect that this is going to be something I should have thought of... that or something that went over my head for lack of programming knowledge. I have a Storymenu line linking to [Inventory] Now,...
View ArticleMultiple properties stored in a variable
<<set $Woodensword to ["Wooden Sword",10]>> Like an array, i know i can store more than one piece of information and i know printing this variable will in fact show "Wooden Sword 10". But...
View ArticleDoing something when link/passage is clicked?
Hey, i am currently trying to blend in with sugarcube. Already got some stuff out of the documentary. But what i coudn´t find because i cannot put it into the right words: How to do something (e.g....
View ArticleDynamic links with SugarCube 2
I'd like to create a passage with some links, created from an array (of strings). To create this links I have insert this code on the passage: <<for _i to 0; _i lt $gallery.length; _i++>>...
View Article