[First time post] Adding a "max number" to variables?
Hi, Long time forum searcher, first time poster. I'm working in Harlowe (version 2.0.8, if that matters). Forgive me if I've missed the following question get answered somewhere, but so far I haven't...
View ArticleDisplay a history of choices in each passage
Hi, I am looking for a way to create a 2 functions that will basicly do 2 things: 1) Displays the history of choices, example below: I went through 5 different passages (Intro, Left, Left, Right,...
View ArticleSetting a "max number" for variables.
Hi. Sporadic searcher, first time poster. Ok, so I'm working on a board game with Twine 2 (Harlowe 1.1.1... I should probably update, shouldn't I?). Through "die rolls", the player needs to make it to...
View ArticleA vs An (Twine 2/Sugarcube)
I'm trying to implement a js library that allows me to properly prefix a/an. Problem is, I'm not good with JS and have no idea how to get it to work. The library is here:...
View ArticleIs it possible to render passages like a conversation?
Hi there, I am quite new to twine, I've just recently discovered it by playing Lifeline following a friend's advice. I decided to tinker with it for a while and I stumbled upon something that I can't...
View ArticleKonami Code in Harlowe?
Is there any way I could track the player's keyboard inputs (specifically, those of the arrows, B, A, and Enter) to put a Konami Code easter egg in my game? I want it to do the following. - Track the...
View ArticleGenerating random non-numerical values
I'm using Twine 2, SugarCube 2. How can I set a variable to a random word out of a list? If I want a variable to be a random number from 1 to10, I do this: <<set $variable = random(1, 10)>>...
View ArticleStoring different value than what appears in a cyclinglink macro. (Sugarcube...
I have a small question that I can't seem to find an answer to by searching the forum or checking the documentation. I'm using Twine 2.011 with Sugarcube 2.12.1 and I want to have a cyclinglink that...
View Article[SugarCube 2]Calling a macro or JavaScript inside an
Hey there! Problem description: I'm trying to return a value to SugarCube 2 by calling a macro that I made. Let's see the code: JS: var weekdays = new Array(); weekdays[0] = "Sunday"; weekdays[1] =...
View ArticleStory Formats Not Working
I am using Harlowe for my game, but for some reason my game won't start. I checked the story format and it said that Harlowe can not be loaded. You can add story formats, but you need the format...
View ArticleGoto Macro in Sugarcube 2.12.x & Twine 2.1.0
Okay. I was wondering - if there were a way to make a goto link to another passage via clicking - but to have the Passages not connected together in the Editor? Or am I missing something simple? As it...
View Article[twine 2 & sugarcube 2] Is it possible to pass an array of objects to a widget?
Hello there forum, I've been searching a while for an answer to the question: can I pass an array of objects to a widget? To be clear, I mean passing an array variable to a widget, as in /* define an...
View ArticleProblem switching to Twine 2.1 on Linux
I'm trying to get Twine 2.1 running on my computer, but it's not running properly. I'm running Linux Mint 18 MATE ("Sarah"). I had no problems with Twine 2.0, and I can still run it fine. When I run...
View ArticleProblem switching to Twine 2.1 on Linux
I'm trying to get Twine 2.1 running on my computer, but it's not running properly. I'm running Linux Mint 18 MATE ("Sarah"). I had no problems with Twine 2.0, and I can still run it fine. When I run...
View ArticleChoices not working
I'm using Twine 2 and the story style is SugarCube 2.12.1 I'm using the choices function but they are not disappearing after being clicked and can be clicked over and over Here is what I have....
View Article(Twine 2/Sugarcube 2) When linking passages, how do I remove the [[link]]...
I have limited experience with Harlowe and I'm trying to figure out how to use Sugarcube so I can make a game with background music.
View ArticleComing from 1.4.1 - a couple questions
I haven't used Twine since then, so the new version is quite the change. Going to stick with Sugarcube. What I would like to have back is a way to edit the sidebar. More than just the game's title,...
View ArticleCounting passed tags? (Harlowe online 2.0?)
Hi, I am looking to count amount of times the person passed through a passage with a certain tag in it throughout the whole story and adds +1 if passed through. If I pass through a tag A once, it...
View ArticleWindows Twine 2.1 startup - no stories shown, can't use, help
Hi All, I just installed Twine 2.1 for Windows and read the release notes. When I start Twine now the main screen for selecting an existing story or creating a new one shows up, but the screen is...
View ArticleHelp on Timers in Sugarcube? (Offline version)
So I'm INCREDIBLY new to sugarcube, and I've been poking about the tutorials like a mad woman for a little while now- the issue is I'm getting a whole string of pieces of code; But I haven't the...
View Article