Confused 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 to Show/Hide Text in Sugarcube v2
Is there a way to toggle a link macro in Sugarcube v2 to show text and then hide it? For example, suppose I create a link called "Height" and want the player to see text describing how tall they are....
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 ArticleTwine 2.1.1 released
Here's what's inside! Thanks to contributions by users like youā¢, Twine now speaks German and Czech, and speaks Italian better The SugarCube story format has been updated to 2.14.0 The Harlowe story...
View Article[Sugarcube 2.13.0] Passing arguments and widgets calling widgets
Hey there, I come to you with another problem that I ran into. I'm running SugarCube 2.13.0 and Twine 2.1.0 The issue is the following, I'm trying to implement a way in which the player can interact...
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 ArticleMultiple StoryCaptions?
Yep me again, latest twine sugar cube 2 12 Wondering if multiple storycaptions were possible?
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 ArticleUniversal/Continual Checks/Statements
Hello I'm using twine 1.4 and sugarcane. I want to create a passage where I can write if statements that will always be checked (at least I think that's what I want). If I have a 24 hr clock, I want it...
View ArticlePatreon, and others ways of making money using Twine?
I was wondering if any Twine users have Patreon as a source of income, or how many Twine users use Twine to create something that brings them any form of income. So far the only venue I've found that...
View ArticleTransferring my Twine stories to another version of Twine?
I currently am using Twine 1.4.2, because I misread when I downloaded it. At first I didn't think much of using it, so I started a story on it, but now I'm thinking about upgrading to the latest...
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[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[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 ArticleWhere can I find people to join a game team? (nswf)(+18)
Hello, My names Tizri, and I am currently trying to make an adult text adventure game, its similar to the build of the game CoC, but a completely different game and story, as it is a steampunk dystopia...
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 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 ArticleThe game I'm working on
Here's some screenshots and a video of the game I'm working on. It's a turn-based strategy game. War Room mission briefings. Armoury. Tech Tree. Mission cutscene.
View ArticleOkay seriously last question.
I feel so bad for asking so many questions but this is the first time I ever took a project in twine so seriously <<if $Level >= 2>><<set $EnemyName to either("Strong...
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