(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 Article(pow:) macro is broken, takes wrong number of arguments
(pow:), the exponentiation macro, isn't working for me. According to the Harlowe 1.2.2 documentation, (pow:) is supposed to take exactly two values, the base and the exponent. But when I write (pow:...
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 ArticleHow to get background to change after passage & linking without text
I'm currently trying to create my first Twine game after lurking here quite a bit and Googling frantically to solve my questions. Not very experienced with HTML and CSS but hoping to get better the...
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 ArticleJavascript warning messages in custom posterender passage
I am using Greensock text animation in my game, and when I use it in normal passages it works fine, but when I use it in an additional custom passage I have added on (appears every turn like...
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 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 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[Sugarcube] Changing the visuals for dummies
So, due to a certain issue, I've had to upgrade my sugarcube to version 2. As for why I wasn't using version 2 in the first place, my reason is very simple: I preferred how version 1 looked. Now, since...
View ArticleThe game I'm working on
Here's some screenshots and a video of the game I'm working on. It's a turn-based strategy game. War Room mission briefings. Armoury. Tech Tree. Mission cutscene.
View ArticleHarlowe and Javascript
I´m trying to change the background image of a <div> by moving to another passage. I want to use javaScript to do so, mostly because I´m using this as an exercise to learn html, css and...
View ArticleHow to add additional JS scripts to Harlowe…
Hi, I’ve been wondering this for a while… How can we add additional JS scripts (like jQuery plugins) to Harlowe by linking to them? I have tried the jQuery method: $(function () {...
View ArticleLists, whitespace and seperate lines. (Harlowe)
Hey guys, I’m working on an inventory system and while I can get a bunch of stuff to work going backwards and forwards I've run into a problem that is driving me mad. The inventory displays itself on a...
View Article(Harlowe) How to make confirm() function loop passages properly?
I am trying to allow my confirm() function to act as my "restart" button, as in if player chooses "OK", they will get the chance to go back to their last decision, but if the player chooses "Cancel",...
View Article