How do I add buttons to the sidebar in Harlowe and Twine 2?
I would like to add a few buttons to the sidebar (and maybe entirely move it to the bottom of the screen); one for going back to the main menu, one for achievements, going to the map, acknowledgements,...
View ArticleHTML5 mini games built into Twine?
Has anyone seen HTML5 mini games built into Twine 2 games as an added feature?
View ArticleMaking a "Don't Move" segment in Harlowe
Basically, I want to make a segment in my game where the player has to hide from a monster. They go to their hiding place, and the monster comes up to it, suspicious. The game says "Something inside...
View ArticleIs there any way, in Harlowe and Twine 2, to add background music to a story?
I'm wanting to record my own music and add it to the game.
View ArticleGeolocation when passage loads
Hello everyone, I am new to Twine and I am trying to accomplish something very simple. I would like to display a small map with the user location when they reach a certain passage. So far I managed to...
View ArticleImages not showing in Twine 2 - Sugarcube
I'm using Twine 2 and Shugarcube, and images are not showing when I launch the story from Twine's editor, but if I "publish" the file and open it, the images are here... Is there a way to see the...
View ArticleRandom Events
I am very new to twine and am trying to figure something out that I want to be done in my story but I can not seem to figure out how to do it and the help doesn't tell me if it is possible to do. Is...
View ArticleHarlowe 2.0
Whilst attempting to work out how to dynamically change passage options I have discovered that harlowe 2.0 has a new for: macro allowing some basic looping functionality that I need. But how do I add...
View ArticleWriting object variable (property) through JavaScript in SugarCube 2 fails
Hey, I'm using the latest SugarCube 2 and Twine 2 versions. I ran into a read-only error when passing my object from SugarCube to JavaScript and try to write it's property. Here's what I did: Start...
View ArticleHow do I properly publish a story?
Hi, I published an unfinished version of my story and uploaded it to philome.la. I wanted to see how it would look. It looks like the published version is in "Play" or "Test" mode with the back arrows...
View Articlecontrol CSS-positioning via variable (SC 2)
Hey everybody! [img][/img] For my colaborative writing project (I've bugged the forum with it on other occasions), I want to show the writers position within the arc of tension dynamically using the...
View ArticleAdding Inventory Tab
I'm using Twine 2, SugarCube 2. I'm considering adding an inventory tab to my game. But I'm not sure how to implement it, and whether it would work well with this type of game. If I were to do it I'd...
View ArticleIs there a way to see and edit the source code of a story? (Harlowe/Twine 2)
Or is there an editor the I can upload the .html file to and edit it? All of the editors I've seen are just text editors. I can't find an option anywhere in Twine and I can't find a post on it either.
View ArticleHarlowe 1.2.2 - Twine 2 Popups/Modal/Lightbox
I'd like to have highlighted words, which after being clicked, new information pops up as a modal/lightbox bubble. This information could be text, images, video, maybe even a sound file. I've been...
View Article[Harlowe] How to delete automatically the choices already done by the player?
Hi I would like to be able to (in a display): delete automatically the choices already done by the player, in order to omit repetitions. How to do so? I imagine that it is with (history) and (replace)...
View ArticleIs it possible to do a countdown in Harlow, Twine 2?
I want to create a table with a visible countdown above it. Any help is much appreciated!
View ArticleTime limit on story in Twine 2.0
Hi Guys! First time posting here so I hope I'm doing this right, I tried to find an answer to this question on google for quite sometime. So I am very new to Twine 2.0 and just Twine in general. I'm...
View Articlehelp with javascript to css to twine
StoryInit passage <<set $myFont=["20px", "40px", "60px", "80px"]>> <style> <button class="content">Fight</button> <button class="content">Bag</button>...
View ArticleChange background color and image for different passages
I'm using Twine 2, SugarCube 2. I know that this is probably something very basic, but I haven't been able to make it work. How do I change the background color and image for different passages? In my...
View ArticleHealth bar in right side bar or in a status passage
Hey, I'm trying to add a health and a mana bar to my game. The healthbar and manabar supposed to change their lengths when the $health and $mana values change. I have a "stowable" right side bar that...
View Article