[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 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 ArticleSugarCube 2: combining click and back macros?
I am using the <<click>> macro to fire a sound effect when the player clicks on a button, but I'm having difficulty getting this to work with the button I've set up to undo choices. It...
View ArticleDisplaying an array value in harlowe
Hey, quick question! (Can't find the answer on the forums...) Is there a way to display on value of an array without having to (set:) it to a variable and then display that variable? For instance, if I...
View Article"normal" text-style?
Harlowe 1.2.2 Is there a text-style along the lines of "normal"? I'm randomly selecting a text-style but would like to include the possibility of there not being a style at all. So: (either: "normal",...
View ArticleStats with Sugarcube.
I've decided to undertake making a pseudo-sandbox RPG, so far I have been able to wrap my head around most of the coding I have attempted but I just can't get addition working for the stat system. Each...
View ArticleCombining Twine and P5.js
Hey! I partnered up with a friend to develop a Twine game where the player's choice would output, in real time, as a generative drawing, that runs on P5.js. However, I have little to none experience...
View ArticleRemoving transition completely from certain passages
Ahoy, I've been scouring the forum for an answer for this but I'm not quite getting the effect I'm after. I'm using twine 2 and sugarcube 2.7.0, and require certain passages to have no transition...
View ArticleSwitch out a variable (Harlowe)
Hey guys, I have a question in regards to the best way of doing something in Twine. I’m currently working on an inventory system. While I have a bunch of stuff done already, I want the player to be...
View ArticleOne of my stories got deleted, is there anyway to retrieve it?
Hello, if there anyone out there that could please help me... I have created two stories on Harlowe that I'm using for training purposes in my office. I was working on the second of the two stories...
View ArticleAdd Macros in Twine 2 with SugarCube 2
New to Twine, started with Twine 2 and SugarCube 2. I want to experiment with custom macros, but every time I try to play my Story with any macros I get an error. The alert dialog is partially cut off,...
View ArticlePicking a story format/coding
Hey folks, I am new to twine and I can't decide which story format would be best for the project I'm planning. I have a tiny (very tiny!) amount of knowledge about HTML and CSS coding and looking...
View ArticleSnowman text-decoration:none not working
Hi! I'm making a game with Snowman, and I have this CSS code in my game: a { text-decoration: none!important; } However, the game simply ignores it, it seems. The underline for links is still there,...
View ArticleViewing and editing Sugarcube2's core CSS elements[solved]
Nevermind! I found out how to do exactly what I'm trying to! I'll have to get the source code and do a lot of tinkering...
View ArticleHarlowe: Referencing a datamap with variables
I'm learning to work with datamaps in Harlowe, and I'm trying to use variables to call up a specific datamap, like this: (if: "$" + $temp contains $action)[ (click: "?" + $temp)[ (replace:...
View ArticleTrying to toggle a minimap display in Sugarcube.
So I referred to this old thread to create a minimap in my twine game: https://twinery.org/forum/discussion/1630/macro-mini-map-to-go I modified the minimap a little and put it on the right hand side...
View Article