[Sugarcube 2] - Using an external editor
As I've mentioned before, I am very green as far as JavaScript is concerned, so the code I'm using is something I found on StackOverflow. Essentially, I'd like to be able to edit my passages in...
View ArticleTwine 2.0/Harlowe Images and Dropbox
I have a story in Twine 2.0/Harlowe that makes use of many images. As a test run, I put images in Dropbox and referenced them with proper addresses and such. They show up in the story fine... as long...
View Articleharlowe - keeping variables through savegames?
yo so i've got a save/load game function in my game at the moment (works if you close the tab, lets you visit the main menu, etc) (this is a footer on every page:) [Save Game]<save| || [Load Saved...
View Article"An error occurred during startup while initially synchronizing story files"
When I launched Twine a minute ago, I got the error below. Any thoughts? Message: Cannot set property 'id' of undefined File: unknown Line: unknown Column: unknown Stack: TypeError: Cannot set property...
View ArticleAlter passage text before it is rendered?
@TheMadExile Yes, I know you already could not fathom it, but hear me out. I'm a lazy bastard who has a list of things I'd like to replace with a styled version. <<set _replaceList to []>>...
View ArticleHow to limit the inputs on a button's execution. Or maybe an alternative...
Hi All. I'll keep it brief. I have a button that executes its contents, then goes on a 5 second "cooldown" before it can be clicked again. Part of its contents however is a <<repeat>> macro...
View ArticleMaking link hooks conditional in harlowe 2
I'm using datamaps to track the player's state, and it would be really nice if I could make the appearance of certain links depend on specific stats being set to specific values. As an experiment, I...
View ArticleInclude other part of code in dynamic approach (Php-like)
Hi, In the tutorial of Twine 2.0, I did not understand well how can i create a part of a code outside the page or the passage which can be included in multiple passage or page. (Like Php do to html in...
View ArticleBackground Music in Harlowe
Hi all, I've made a few Twine fictions using Twine 2 (whatever the most recent is, it's all updated on my computer) and Harlowe 1.2.1. I am fairly dedicated to using Harlowe, since I do well with the...
View ArticleTable in Sugarcube 2?
Hi! I am pretty new to Sugarcube. I want to make a table that compares stats between two objects. Is there a way I can do this? Thanks!!
View Article[Sugarcube] If within number range
Is there something I can put in an "if" statement to test if something's within a certain number range? Something like: <<if $Percent is 1-50>>Thing!<<endif>><<if $Percent...
View Articlehow to code an animated ellipsis in Twine?
I'm fairly new to Twine, and I was wondering how to code an animated ellipsis using Harlowe?
View Article[SugarCube 2.13] Unable to use multiple radiobutton groups on the same passage?
I'm designing a passage a game with a passage that has a few customizable options. For reason of clarity and aesthetics alone I was opting to utilize the <radiobutton> macro as opposed to an...
View ArticleHarlowe 2.0.0 Fade In Transition Help!
It's been a while, Twinerites! I'm having a really odd and probably simple problem with the effect of text fading in on each passage. I read up on a past thread in the discussions that gave a CSS code...
View ArticleI figured out cycling links in Harlowe 2.1.0
I spent all evening working on cycling links, but couldn't find any guides written specifically for the newest version of Harlowe, so here's my solution for links that you click again and again to...
View ArticleHow to code a Lotto
So I'm new to coding and still in the very experimental stage with what I hope to do, I was wondering if it's possible to set up a lotto that draws from a list of flagged names. Basically certain...
View ArticleHow to increment variable in [[ ]] ?
Hello there, I'm fairly new to Twine, and I'm having a hell lot of fun. I'd like to do something of that kind : A damsell in distress !! [[ Help -> Outcome]] [[ Flee -> Outcome]] And I'd like for...
View ArticleSugarcube 2: Nested If statement problem
Hi! I'm likely doing something terribly wrong, being more a writer than coder, but I do know enough about coding to stay afloat... most of the time. I'm having a problem in a project, with an IF...
View ArticleHow to make text appear a few seconds after a click in Harlowe?
I'm fairly new to Twine and not sure how to do this. I want a player to click on a certain word/sentence, and then after a few seconds make another sentence appear.
View Article