Remove duplicate values from an array (when you don't know where/how many...
Hi everyone, I'm working in Harlowe Twine 2.0. I am creating an in-game vocabulary assessment that tests players as they progress through the game. I have an array $questCompleted1 which includes a...
View Articlelinkappend within a linkappend
What do I need to change? right now when I click on "Click1 it prints line 2 and 3. I want it to print only line 2 with the "click2" that would then print line 3 example text 1 <<linkappend...
View ArticleSugarcube 2: How to put text into a box
I tried a few searches but couldn't find any code that would allow me to display story text in a box. I am very new to CSS so it is possible that I don't even know what I'm looking for. I searched text...
View ArticleProcessing order?
Hello again, guys. Just a little Question: What is the Processing-Order for Passages in twine? As far as i know, HTML documents are processed from the most inner to the most outer Level. But how work...
View ArticleHarlowe - displaying a link to a passage if the player visited another passage
I'm trying to create a story where the outcomes change depending on which order the player explores a house. For example, if a player visits room X first, they will be unable to visit room Y, but they...
View ArticleTwine 2.0 in iPhone
Is it possible to download Twine 2.0 to an iPhone? I want to show a story prototype on my iPhone. But when I download it in html format from my gmail, it shows nothing. Any solution to this?
View ArticleTwine Sugarcube Image Border
I'm trying to create a sort of Turn Based Strategy game. For this I've divided my map into 64 pieces, however I can't figure out how to mark each section as being in player or enemy possession. The...
View ArticleFadeout issue (Sugarcube 2.11.0)
I'm using the following to fade out text, in order to simulate death/gameover. The problem I have is that once the text has faded away, it pops back up again and remains on the screen. How would I...
View ArticleHow do I link variable images with
<<set $pies = [ "Blueberry", "Cherry", "Cream", "Pecan", "Pumpkin" ]>> <<set _x = $pies.pluck()>> <<set $x = $pies.pluck()>> I'll choose the <span...
View ArticleChat Bubble-Like Stylesheets/Twine 2, Harlowe
Does anyone have any good examples/codes for a style sheet possessing the livelihood of a modern texting application? Specifically in the Harlowe Story Format?
View Articlelinking to a twine game from inside a twine game
Basically I want one of the endings in story 1 to link to the start of story 2 I guess I need to publish story 2 first and put a clickable url in the passage of story 1. Is there a way to do that?...
View Articlehow can i implment dropdown list in sugarcube 2
i would like user to select one of the values from a dropdown. they will eventually be navigated to a passage which depends on the value they chose. how do i implement this in sugarcube 2/twine 2 thanks
View ArticleHow Do you get an Inventory button to show up on the side bar in SugarCube...
the Twine version before the Beta that is out. Also what do you put in the JavaScript passage?
View Article[Harlowe] Arrays/Datamaps, creating a timetable
Harlowe, Twine 2. I was hoping someone could help me work through what I'm trying to accomplish. I've read up on arrays and datamaps but don't yet have the full sense of all the possibilities of those...
View ArticleUsing a variable to change variables linked to that variable in sugarcube
For my game I have 64 areas, each area has three slots for a commander with their own respective troop numbers, morale and special ability. I want to make it possible to remove or assign commanders to...
View ArticleUsing a timed response function
So I'm really new with Twine and I'm working on a project just to familiarize myself with twine. Here's the scenario , my introduction has some text (with two links underneath). After 2.5 seconds if...
View ArticleIs there a way I can add variables to the sidebar?
I'm using Sugarcube 2 and I was wondering if there was an easy way to just add a few variables to the sidebar that way they are always tracked. Just simple things like the time, location, currency, etc...
View ArticleSidebar elements order (Sugarcube 2.11.0)
I'm playing around with a sidebar inventory system using simple (if true then print) macros, but whatever I name the sidebar passage for the inventory system, it places it at the top above all the...
View ArticleSound looping 'pop' (sugarcube 2.11.0)
Yes, I realised I've asked this before, but it was one part of a double question and never really got discussed much. I can't be the only one who uses loops on their audio tracks so I'm putting this...
View ArticleAuto-collapse SugarCube UI bar after link is pressed
Im using SugarCube 2.11.0 on Twine 2.0.11. I have added some links with the StoryMenu passage on the left sidebar (UI bar). With the button on the top you can expand and collapse the sidebar. Now I...
View Article