Need help from JavaScript pros! [Twine 2 / SC]
Hey everybody, lacking deeper knowledge of JavaScript I am facing a major problem here: For an educational game I want to include passages, in which the users have to drag and drop words into the right...
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 ArticleCan You Change The Background Image?
I am using Harlowe, and I'm wondering if you can import (or something) an image into your story and make it a background image. I know you can change the background to different colours, but I recently...
View ArticleSugarcube 2.7.0 - Temporarily trigger text format on event
Hello Twine Community, I'm working on a game where players earn experience. When they earn experience, I would like $player.experience to execute the @@.shudder format for a second, and then stop. I've...
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 Article[Harlowe]Convert a string from (prompt:) into a number
Heal Up(click: "Heal Up")[(set: $Hgain to (prompt: "How many of your crumbs would you like to use?"))(set: $Health to it + $Hgain)(set: $Crumbs to it - $Hgain)] So the user inputs the number of...
View ArticleHow do you color-code TWINE 2.0 Passages inside the Editor?
I was just wondering how to make it so I could tag certain passages in the Editor so it'd show as different colors in the editor - I've been adding entries to it - and it's getting a bit unwieldy. So I...
View ArticleHow do you play a .mp3 file on Twine 2?
I'm currently using SugarCube 1.0.34, I have read a bunch of forum posts and stuff, but my code still doesn't work. Right now the code I have cache the audio looks like this in my StoryInit passage:...
View Articleinput then goto
please help a newbie to this Twine world I want to have a correct input statement take me to a set passage. like this "input your code" if code is "ABC" then go to page ABC. if not "ABC" then "try...
View ArticleHow do i restart my game using halowe
I use halowe 1.2.2 how do i restart my game please help
View ArticleHow To make an option to change backround colour
Please help i wnat to make setting for my game and i want people to be able to have a couple of selection of colour how do i make it so people can click a button and it will make the backround colour...
View ArticleHow do i customize my sidebar
As you can see by the title i want to customize my sidebar by that i mean not have the back button but instead have the title of the game and some options to click this is what i mean.
View ArticleSugarcube 2.7.0 Is it possible to set an image as a variable?
Hello All, In the game I'm working on, I'm having the player write their team name and choose an icon to represent that team. So far, I've got: What is your team name? <<textbox "$team.name"...
View ArticleAny way to get a command to run all passages in sugarcube?
Is there any way to get a certain command, for example <<if $gold gt 200>><<set $gold = 200>><</if>> to run on all pages. So that the player cannot have more than...
View ArticleSet a class for a particular text [Harlowe]
Hi all, I'm very new with Twine and Harlowe, but okay-ish with JS and CSS. I'm looking for a way to set a class for a span (clue!) of text instead of an entire Passage or Story. Something like (class:...
View ArticleCustom macros in Harlowe?
I have used Twine a pretty good amount and am getting into its more advanced features, and wanting to extend it to do some more advanced things. I've searched far and wide, but am finding it difficult...
View ArticleHaving trouble checking the tags of a passage against a list of tags
I'm using Twine 2 and Sugarcube 2.7.0, and I'm trying to write a widget that will produce a link to a new passage if and only if none of that passage's tags appear on a list of forbidden tags, so that...
View ArticleHidden link
Heyo, I need to make one link text to a passage look like regular body text. Using Sugarcube in twine 2. I feel like this question must have been asked a thousand times but i guess I'm bad a googling...
View ArticleHow to i make it so my game autimatically translates languagues
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 ArticleHow do i make a randomizer?
Hi how do i make it so my game will randomly pick a passage to say something (example: you are attacked by a zombie-or-you find a gun) By the way i use harlowe 1.2.2
View Article