What do you do with your twines?
I have tried putting them on tumblr- No Success I have tried putting them on a Squarespace website- No Success I have tried publishing as an Ebook- No Success The Twine website claims you can publish...
View ArticleHow do i make a language setting
Hi how do i make it so i can have a setting so people may change between available languages basically how do i make the game translate automatically by pressing something? If you need to know i use...
View Article(Harlowe) Is there a way to create an option that would let readers turn off...
Apologies if this has been asked, I searched but couldn't find anything. I'm messing around with a story and enjoying it. One of the things I'm doing which I'm hoping will help make a more immersive...
View ArticleColors not working?
Okay, so I've been trying to do this for ages, and it's a minor detail, but it's really getting frustrating. I can't seem to change the background color, or some other colors, of my game. It works on...
View Article[harlowe] Bad at math, or harlowe's fail?
I have this passage. { (if: $loverace is "human" or it is "half ogre")[(set: $loveagemodifier to 1)] (elseif: $loverace is "dwarf")[(set: $loveagemodifier to 5)] (elseif: $loverace is "elf" or it is...
View ArticleCan I create a loading screen with harlowe 2.0
Basically I'm trying to buy time for my music to preload
View ArticleHow to limit the amount of characters a user can enter
(I'm using twine 2.0, Harlowe) Basically I want users to be able to choose their own names so this code seemed like a good idea: (set: $name to (prompt: "What's your name?")) name: $name the problem...
View ArticleGoing to a passage automatically/refreshing current passage? (Harlowe)
So I'm making a combat system, but currently I can't figure out how to automatically refresh the current passage to display updates to player and enemy health without using a (goto: "Combat Scene") to...
View ArticleThe set macro is linking two objects together permanently
I am using SugarCube 2.7.2 on Twine 2.0.11 I've narrowed down my error to this odd 'feature'/bug, and recreated it in a fresh story. <<set $First to {A: 0, B: 0}>> <<set $Second to...
View ArticleMaintain vertical scroll position after reloading page?
Hi! I'm using 2.0.11 / Harlowe. I want to make a game with one very long central passage that contains hundreds of links. However, it will be extremely cumbersome if the user has to start from the top...
View ArticleCreating random items
Hello everyone! Currently I'm working on creating a small game and I am rather fond of random things but I am currently running into a problem. I try to create random things, let's say like this:...
View ArticleIssue with the print macro, setter links and strings
I am using SugarCube 2.7.2 on Twine 2.0.11 The passage in question contains the following for loop: <<for $i to 1; $i <= $Total; $i++>> Straightforward, and works fine in other passages....
View Article[harlowe] Creating columns within a passage.
What's the best way to create some columns to better display info and use all the space I have in a passage?
View ArticleWorkspace size?
Is there any way to separate a single twine game into multiple workspaces or increase the total workspace size? All of the nodes even at the furthest distance are getting distracting, and I don't see a...
View ArticleNotepad++ Syntax Highlighting (here's my format)
I was looking through and I saw some formats for Twine 1 and the sugar-thing, but nothing came up for Twine 2 Harlowe. Sooo... since my brain was starting to cry trying to figure out where I was and...
View ArticleSearch data only when needed Harlowe RPG
At least I made my inventory system, but there is a serious issue. Example: this is a weapon created on a passage "weapons": (set: $iron_knife to (datamap: "Name","Iron Knife", "Description","an iron...
View ArticleIs there a way to go to (history:)'s 2nd last? (Harlowe)
Hello! I'm making an inventory system for a game, and since the single inventory page was getting QUITE crowded (and therefore lagging horribly whenever I edit it and/or test it) I decided to make a...
View ArticleJavascript join data from datamap?
I know it's much more a Javascript question, but anyway... Let's say I have this... (print: $weapons.join(", ")) ...and the weapons var is an array with datamaps, so if it has 2 objects, it will be...
View ArticleHow To Do A Strikethrough
I am using Harlowe and I would like to have some text with a strike through them, so it's crossed out. However, I can't seem to do it. I've already tried both of these things: ~~text~~ (text-style:...
View ArticleHide a footer in only one passage (Harlowe)
Hi all, I've had about eight hours of Twine building and I'm quite enjoying the learning curve! One thing I've not figured out is how to suppress (hide) a footer in only one passage. I thought maybe...
View Article