(Harlowe) After changing a datamap's value, I can no longer remove it from an...
Here's an example of what's going on: (set: $inventory to (a: )) (set: $item_sword to (datamap: "name", "sword")) (set: $inventory to it + (a: $item_sword)) (set: $item_sword's name to "broadsword")...
View ArticleHow do I insert movie? Absolute path to local folder
I need to add a mp4 file. How do I do this? This is what I wrote: <source src="Video/Dig 1 mp4.mp4" type="video/mp4"> But it isn't working. It shows up blank, although that is the path to the...
View ArticleJavascript error on computer start-up
I keep getting this error screen when start and logon to my Win 10 computer. Does anyone have any idea what it means and what, if anything, I can/should do about it?
View ArticleSidebar Menu in Harlowe
Would someone please be willing to provide sample code for creating permanent links in the margin to a story page and a back button which returns the user to where they were using the Harlowe format? I...
View ArticleSplit Passages Into Columns
I've been looking around the forum, and it's clear you can't make a sidebar in Harlowe the same way you can in Sugarcube. But isn't there a way to split the passages into two columns, and just put all...
View ArticleExternal Link to the Story
It's Posible tu use a external link to a specific passage of the story? I'm trying to make a live story with QR codes and it would be great
View ArticleSugarcube 2.7.0 If conditionals with two textboxes and multiple variables
Hello all, I've got a couple of textboxes where users enter answers to questions. 31. Write the <b>first name</b> of one student who //passed// the session: <<textbox "$q41"...
View Article[harlowe] Come back after a year. Can you tell me what's wrong with this...
Sorry to bother you again, but I have been trying to make an expression that doesn't show the exact quality of an item, instead showing some words describing it. But until now, I have had no luck. Can...
View ArticleBackground images have gone away-?
This is my CSS body{ background: url("Story/Objects/background.jpg") no-repeat center center fixed; background-size: cover; } tw-sidebar { background-image: url("Story/Objects/signboard1.jpg");...
View ArticleRandom Name and Random Events
I have an idea for a project where I have two random things, three random characters who are generated with random names and genders, three people who will open a series of doors which will choose one...
View ArticleDisable Sugarcube Apologies popup.
So Ive created a handy random generator tool through twine that my friends and I use extensively via mobile. However here is where we run into problems, depending on the browser we often get the...
View ArticleCan You Multiply A Variable?
I am using Harlowe to make a game. Basically, part of the game is farming to get food. Every time you go to the farm, the seeds you have collected turn into food, and boost your hunger bar. Here's the...
View Article[Harlowe] Can I replace the contents of tw-sidebar using Javascript?
Hello everyone, I wrote me a simple sidebar menu using javascript, which is toggled via a button and then slides in from the side. I already got it to work, but I would like to place the button that...
View Article[SugarCube] Is there an equivalent in SugarCube to Harlowe's "link:" changer
Hey ho, I am trying to rewrite one of my projects I started in Harlowe into SugarCube and am wondering if there is anything in SugarCube like Harlowe's link-replace changers? I especially used the...
View ArticleText input box without submit button?
Using Twine 2, Sugarcube 2. I have a text input, where the player can type something and stuff will happen depending on what they typed. My problem: The way I have it set up, they have to press a...
View ArticleWhats the best way to export Json?
Seems this thing is broken; https://github.com/cauli/TwineJson I'm looking to parse Twine in Unity, Json seems like the most painless way.
View Article[harlowe] How to set multiple condition for an item with (elseif)?
Hello, another brick wall hit with my story. This time, on a pokemon game I'm trying to get my son to forget about pokemon go. This code always gets me a female, enven with pokes that shouldn't be...
View Article[Help] How do I make text disappear when it reaches the top of the screen?
As you will see in the screenshot below, I've created a background for my Twine game. The background includes a Notepad document that I would like the text to lay on top of. However, if the passage is...
View ArticleSugarcube 2: how to evaluate a condition stored as a string in a variable
In sugarcube 2 (twine 2), how can I evaluate a condition stored as a string in a variable. Example: <<set $condition = "$var1 gt 1 or $var2 gt 1">> <<if $condition>> /* it...
View Articletwine 2: how to publish story as HTML such that the html file cannot be...
I know preventing an HTML file to be viewed is a very cumbersome and unreliable. I am creating simulations as a tool to facilitate classroom training. This is paid. I dont want my corporate users to...
View Article