CSS related: Changing the colour of named hook?
Hi all, I'm using a bunch of named hooks in my game e.g. [Nazia.]<a2| (click: ?a2)[//(a precocious, somewhat over-excitable five-year-old).//] But I can't seem to define their color in the story...
View ArticleHiding the sidebar on my first passage ?
Hello! I am currently working on my first Twine and it's really fun. I just need some help with something. I have created some sort of "splashscreen" for my game, composed of a welcoming sign, and a...
View ArticleSequencing audio
Hello, I was wondering if there was anyway to sequence audio so the audio file plays not only once you get to a certain passage (which I know how to do) but also when the previous audio file is...
View ArticleTest passages by jumping around in browser?
I know this is a cheat giveaway, but I need to jump to specific passages to see them in my browser rather than Twine's own Test story preview. This is especially important to see how background images...
View ArticleHarlowe: How do I fix an image in my sidebar?
I want to fix an image in my sidebar to appear on every page/passage throughout the story. How do I do this? Here is my code so far. tw-sidebar { padding-left: 145px !important; padding-top: 150px;...
View ArticleI cant made my external link function.
So I'm trying to link to wikipedia, and fount this way of doing links, but it just wont allow me to click the link. [[someone|http://es.wikipedia.org/wiki/Hans_Christian_Andersen]] What am I doing...
View ArticleTwine 2, SugarCube 2: Can I change the styling of the sidebar on specific...
tl;dr Twine 2, Sugarcube 2.5. I need to make the sidebar's background change for some passages. If that requires me defining a specific thing on all 125 current passages, so be it. If I could just add...
View ArticleWhat kind of backup might one use with Twine 2?
I was thinking of having some system to back up my Twine story files. One problem is, though, I'm using the desktop client, which means I can't control where the files are saved - so I can't save it in...
View ArticleI would like to access Twine 2 harlowe variables with Javascript.
I have an application where I am embedding a Twine story in an iFrame on a web page and I want to be able to access the variables that get set with the native Twine macros through Javascript. So say I...
View ArticleCopy Edit
Hello, I am interested in mass copyediting my story. Is there a way to view all the text at once in a single text document so that I may get to work without having to click on each individual passage...
View ArticleIf and Then in Harlowe - help with syntax please
Hi. I'm working in Twine 2 in Harlowe. I'm struggling with this If loop. It's basically " If this variable is >0 show some text and a link, otherwise show two links" (if: $splints >0)[Fortunately...
View ArticleStrikethrough
Hello. I know this is probably a super easy solution, but I cannot seem to get the strikethrough to show up? I put in the ~~text~~ as it says on the Harlowe markup style sheet but it just shows up with...
View ArticleHarlowe: CSS Help - Three screen divisions, two with independent scrollbars
[working with 2.0, Harlowe] Good evening. I want to divide the screen in my game in the following way: One little static sidebar for save/restore and inventory. I called this "SideBar". One main...
View ArticleSugarcube 2 - Equivalent to (passage:) macro from Harlowe?
Hi Guys! Just switched to Sugarcube for my project, and couldn't find an answer for this anywhere. There's any macro that gives me a function similar to the (passage:) macro on Harlowe? Thanks!
View ArticlePushing into multidimensional arrays in Sugarcube
This: <<set $array[$n].push([2,2])>> throws an error. Apparently you can't use a variable in the index and use the .push method at the same time? How do I get around this? Thank you very much!
View ArticleWhitespaces in Sugarcube 2.0
I know this question has already been answered here, but I looked all the possible explanations and I don't understand any of them, so please, forgive me for opening this topic again. My problem is...
View ArticlePublishing as share-able file
When I choose "Publish to File" it saves as an html document but it doesn't work on other people's computers. I've tried everything - saving to different places on my computer, doing it from both the...
View ArticleHow do I correctly include SugarCube2.x Javascript Macros in Twee2?
So I'm trying to convert the game I've been making in Twine2/SugarCube2.6.1 into Twee2 0.4.2 format and compile with Sugarcube 2.6.1. I figured out how to correctly install and compile with the 2.x...
View Articleaddclass with .passage? (Sugarcube 1.0.34)
I am trying to make it so that some passages will have a border around them and others will not. I have tried to use <<addclass>> to add a border to certain passages, but since the border...
View ArticleStreetview adventure
Carlos Pinto has posted an interesting video on Youtube. It's a tutorial about Squiffy, but near the end of the video (22'20'') he shows an exemple of a game based on Streetview. He includes Streetview...
View Article