defining new functions in Edit Story JavaScript, Harlowe
I am not sure if I am running into some kind of intentional namespace wackiness, but I get this error: Sorry to interrupt, but this page's code has got itself in a mess....
View ArticleOverriding tw-story's parent? (Harlowe)
I'm trying to integrate Twine output into a large CMS. A problem I can't seem to work around is how Harlowe renders the tw-story passage *after* the close of the document's body tag. So even if I...
View ArticleInserting spaces in Twine 2.0/Sugarcube
I am having the most impossible time trying to insert spaces/tabs in Twine. I have tried &emsp but Twine just actually prints "&emsp." Any help is much appreciated
View ArticleHelp with (set: -)
I used a (link:) command with this as the executed command: (set: $StatPoints to $StatPoints - 1) However, it still isn't changing the variable by -1. Is there something I'm doing wrong here, or is the...
View Articlecreate photo gallery
I want to make a gallery of photos where the user can select each picture, click, and be directed to. I'm using Harlow.
View ArticleHover text replication in Safari (Harlowe)
Hi all, odd CSS/Harlowe/Safari problem here. I've attached an image of what's going on. I'm using a hover-text glow effect with a little bit of transition animation. (You can see it in action here:...
View ArticleNeed help with set command in sugarcube
Hi, I'm trying to create a simple stat system tracking things like gold etc. The command I'm using is very simple, however somehow it's not working correctly for me. <<set $gold to $gold +...
View ArticleHow to include auto-resize for an image? (Harlowe)
I am including drawings within my passages but I would like the browser to resize them to the width of the passage. Can someone help me out?
View ArticleDeducting variables from other variables.
To create a combat system I want to be able to have both the opponents agility stat and the player's agility stat influence the hit chance. What I tried was deducting them from eachother in this manner...
View ArticleProblems with conditional links to passages (Harlowe)
Alright, so this is my first twine game, and anyone who bothers to check will can see that I made this account a sole 5 minutes ago, but I'm really at a loss here. But don't worry, I've lurked enough...
View Articleharlowe CSS question: changing color of clickable hooks
i'm using harlowe, and trying to change the color of hooks that can be clicked, and only those hooks; currently i'm stuck with the default blue. tw-link { affects links to other passages, which is...
View ArticleChanging background color in SugarCube 2.6.2 for Twine 2 doesn't seem to work...
Hey all. I recently switched from Harlowe to SugarCube 2.6.2 in Twine 2.0 (for its superior audio capabilities). I'm trying to change the background of passages using tags to be able to switch from...
View ArticlePassing twine variable to JavaScript?
G'day Everyone, In our story the reader accumulates certain values for a set of variables. At the end of the story we want to use these values to create a JavaScript chart. We are having problems...
View ArticleJQuery Question(s)
Hi everyone! When I saw that Sugarcube had jquery support I got really excited, but I'm struggling with what I assume is a simple issue related to not understanding how the story format is implemented....
View ArticleTime() is not defined in Sugarcube
Hi all! I'm trying to store the time it takes for each user to go through a passage and thought about using the time() function in Sugarcube. I declared a variable and I'm setting it like this...
View ArticleStretching Youtube video over multiple passges or embedding in stylesheet?
Hi, I've started playing around in Twine 2 (working in Harlowe 1.0.1) and recently discovered how to embed video within passage (using html) and how to fool around with background colour, etc. settings...
View ArticleHow Do I Make An Inventory (from the Ground up) on Twine2/Sugarcube?
Hi, I'm new to Twine & coding (like newnew, Really-LOST-N00B-new, I-know-nothing-new) and I've read the tutorial (when trying them out like, half of them worked? I think...) and have finally...
View ArticleHow to make a time system?
Hi everyone, I'm having a lot of problems trying to make a time system for my game. I want a sturdy time system because I want to make a business managment simulator kind of game, so I have to keep...
View ArticleRight-oriented sidebar in Harlowe (with replaceable picture)?
Hi! I am currently developing in Harlowe, and am trying to figure out if there is any way to create a sidebar that is persistent throughout the whole game, and that has a replaceable picture. Any...
View ArticleQuestion about State engine and variable storage optimization
Hi everyone! A quick question about the state engine: Is it possible to NOT track certain variables in the state engine, but still have them be accessible via the "$variable" formatter? There are some...
View Article