Twine engine on my own server?
Am very new to this program and I like it a lot. We do co-op work for large projects and I think Twine may be right for this. Question: To have the story always synced, be able to work on desktops and...
View ArticleHow to Add Variables in Sugarcube
I am doing a small betting game where you have a balance. I made it so if you win, it would <<set $balance to $balance += $moneybet>> (I also did this as + instead of +=) When I do this, it...
View ArticleHow to enable Submit button only if user has provided input in Sugarcube 2
Hi, I am using Sugarcube 2.0. I want user to: 1. Select an option from multiple radiobuttons (without automatically checking any radiobutton by default) 2. Enter text in a textarea (this can be...
View ArticleHow do I print a variable that changes based on what happens later on in the...
Confusing question, I know. I was having difficulty phrasing it myself. The example below demonstrates my question clearer: Example: //This printed variable is at the top of the passage// <<print...
View ArticleFading/changing either background or text color over a timed period. NOT a...
Ok, so what I'm looking to do here is have the passage background (or text, either will work) color slowly fade to black as a 10 second timer counts down and have it reset to its original color when...
View ArticleSimple clock system
Hi everyone, Im trying to create a very simple clock system in sugarcube 2.0 which just shows the amount of days that have passed since the story started and the current time. Although I'm aware of the...
View ArticleHow do I Make a 50/50 chance of with passage an action will direct you to?
I am making a part of my story where you have to jump over a pressure plate. You have a 50/50 chance of making it. If you die you go to one passage, If you make it you go to another. How do I do this?
View ArticleHelp with Pre tags and Poetry formatting in Twine 2.0
Hi guys! I'm trying to format some poetry for a Twine 2.0 project I'm working on. I've got this in my style sheet: .verse pre { display: table; margin: 0 auto; } which I got from this site. The full...
View ArticleHTML and Harlowe
Hello Twine Forum! For my project at a summer camp, I am going to be using Twine 2 and making an RPG. I am sticking with Harlowe for this project. I have the mechanics and game done and I wanted to...
View ArticleHow to make a passage loop in Twine 2 (Harlowe)?
I just begun learning codes and Twine 2 by myself, I've somewhat ran into a wall as I want to make my passage loop when player chooses a certain option but unable to do so . For example: I would like...
View Article(goto:) and (link-goto:) not work with Harlowe 1.2.2
Hi, I'm new with this tool. Recently got a problem with GOTO in Harlowe. I expected to have readers redirected to another passage with a given string as valid passage title. However, I always...
View ArticleCalculated Object Properties not updated when other properties of object updated
Twine 2.0.11, Sugarcube 2 Hi, new here, have been using Twine 2.0 desktop version for almost a month now. Recently came across a tutorial for object oriented programming for Twine and followed a couple...
View Article[Twine 2+Harlowe 1.2.2] Is there a way to let readers search the text from...
The expectation is, once the given string (can be one or more words) is totally contained in any of the passages, list all the passages as links and let readers choose to quickly view details. Right...
View ArticleArchive just one project?
Twine 2.0.10. Is it possible to archive just one project rather than every project I have? I often need to work on a project on multiple computers and emailing myself the archive file generally works...
View Article[SugarCube 2 + Twine 2] Keyboard Navigation?
Hey everyone, I have a question that I though would be more of less easy to solve, yet after hours and hours of trying I can't seem to get it to work! Info: Twine 2.0 and SugarCube 2.6.2 on a Mac I'm...
View Article[Sugarcube] For loops and Click
So I have some code that doesn't work, and I'm not sure why. <<for $i to 0; $i < $party.length; $i++>> <<click "Delete Member">> <<print '<<set...
View ArticleTime limit on story in Twine 2.0
Hi Guys! First time posting here so I hope I'm doing this right, I tried to find an answer to this question on google for quite sometime. So I am very new to Twine 2.0 and just Twine in general. I'm...
View ArticleUsing Google Fonts in Harlowe
Hey! This isn't a question, just an explanation for posterity. If it counts as spam or anything, by all means feel free to delete or lock this. Using a Google Font in Harlowe 1. Click the name of your...
View ArticleIs there a way to make text appear as RPG games?
Hello everyone, I am new to Twine. I wonder if there is a way to print text like old school RPG games letter by letter? Thank you
View ArticleIs it possible to make a "parser-style" game using Twine?
The question in more detail: Is it possible to make a parser-style game, or something rather close, in Twine 2.0 without having to get pretty deep into code? My main goal is to obfuscate some of the...
View Article