Whitespaces 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 ArticleHow to continue to next page multiple times - Harlequin
[[Continue]] [[Continue*]] [[Continue**]] [[Continue***]] Is there a way to make the link look the same just "Continue" and still have it go to a different page [[Continue]] page 1 [[Continue]] page 2...
View ArticleHow to make the navigation arrows darker?
Does anyone know how to make the navigation arrows darker? I don't know CSS. [img]
View ArticleTwine IRC channel?
Is there a Twine IRC channel? I think a real-time chat could be pretty helpful, both in terms of answering technical questions and bouncing around ideas for stories, game mechanics, etc.
View ArticleTrying to make choice appear after a certain amount of time has passed.
Hi, I am extremely new to Twine, CSS and HTML coding. In fact, I just started last week. I am trying to make the choice buttons in a passage appear, after, let's say 50 seconds, or more have passed....
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[Sugarcube] Text Align in css just straight up doesn't work
Ok so I have been playing around with css and while I was testing some stuff I found out text-align does absolutely nothing. I tried making a simple custom css #testingstyle { color:red;...
View ArticleCan Jonah save progress (current passage) without bookmarks?
Hi All, I'm using Twine 1.4.2, Jonah, and I'm wondering if it is possible for Jonah to save the current passage that a user is on? Perhaps through anchor links in the Browser storage? I need to remove...
View Article[Harlowe] Is it possible to modify history manually?
After reading this thread I thought that maybe there is some way of accessing Harlowe's history manually and writing it, using Javascript, if the History is some kind of Javascript variable. Would that...
View Article[Sugarcube] Text appears after a given time / Having to restart 3 times to...
Hello everyone, I'm quite new to twine as I just began a few days ago, and I don't really know anything about code...Nevertheless, I would like to achieve two things, and I'd be truly grateful if...
View Article[Sugarcube] Implementing Background Video
Hi everyone, I'm using SugarCube 1.0.34 and I'd like to have an awesome background Youtube video. I've seen some thread about it but I really can't make anything work. Can someone please give me a...
View ArticleRolling a variable number of dice, based on a stat
Hello, First post, here :) I'm setting up my first Twine game using sugarcube 2.x and I'm interested in some possibilities with the random macros. I'm wanting to set up a situation where a character is...
View ArticleTrying to set a variable at the same time as a link is clicked (Harlowe)
So my approach to changing equipment in my RPG is going to look something like this: You are using $Weapon. You have these weapons: (set: $iterator = 1) (live: 2ms)[ (link-goto: $OwnedWeapons's...
View ArticleMultiple unless statements
Hi! I am making a map. It is one passage that increments or decrements either the x-position or the y-position of the player and then it reloads the passage with the new position. Then there are...
View ArticleChanging background colors in every passage
I am using sugarcube and I want to make the background change color gradually in every new passage, getting slightly brighter or darker depending on the path the player is following. Every single...
View Article[Twine 2, Harlowe] How to check a string for containing multiple keywords?
I would like to have the user input a phrase and have a response printed if any one of a number of certain keywords is detected in the string that the user made. I'm able to implement the "contain"...
View Article[Sugarcube] Best Solution For Stat Distribution / Macro?
Hello Guys. I'm making a mini-rpg, and trying to make a system with some points that the players can distribute. I'd like to have buttons with + and - that changed the values, (replacing them), and...
View Article