Setter Link broken inside for loop for SugarCube 2
While building an inventory system I ran into an interesting problem: ''Wearing'' * top: //<<= clothes[PC.top].name>>// [[inspect][$inspected_item = PC.top]] * bottom: //<<=...
View ArticleLink-replace but changes more than the linked text?
So, I'll describe my whole situation in Harlowe and maybe someone can work me through it. I'm making a text dialogue where only one line is visible at once, then you click it and it disappears and the...
View ArticleHow do I copy an array in Sugarcube 2?
(I'm using Sugarcube 2 in Twine2) I've setup the array $opponent and want to copy it to a temporary variable that I can manipulate without changing the source variable. I tried this: <<set...
View ArticleSugarCube releases
I figured that I might as well post a note that I've just published a new release of SugarCube for those of you using it.Highlights: Added dynamic updating to several of the page elements within the UI...
View ArticleBest Practice for Smart "Return" in SugarCube 2
With SugarCube we have the <<back>> and <<return>> macros. There doesn't seem to be built in functionality to "return" to the most recent passage that does not have a certain...
View ArticleHow can I save the progress of a game using Harlowe?
Hi all! Well, I've been looking for a way to save the progress on a game using Harlowe. After two days of looking in Google, all I got is that, in March 2015, there was a new version of Harlowe for...
View ArticleAnyway to display an image in StoryTitle [SC2]?
Is there any way to display an image in the StoryTitle passage using SugarCube 2? When I use... [img[logohalf]] I get an error saying that the story title cannot be null or empty.
View ArticlePronouns
Hi! Since you all helped me a lot last time I'm asking again. (Using SugarCube 1.0.34 ) I want to let players choose their pronouns for the game (he/she/they). They're not going to be used much, just...
View ArticlePassage links don't work in a loop
Hi guys, I'm new here and I have the following problem with my game: I want to create passages that are kind of hubs to others. For example I want to let the player decide in a passage to rest or to...
View ArticleCan I make layer choices on Twine? (Ex: Alter Ego emotion + action)
Hey guys! I wanted to know if it's possible to make a "Layer Choice" using Twine, so I can make the player choose a motivation along with the action without having to list all possible combinations. It...
View ArticlePremade CSS themes for Harlowe?
I'm working on a game jam and this thing's going to need a lot of writing. I was hoping to find some premade CSS templates for Harlowe I could pop in to save time, but Google is failing me. Does anyone...
View ArticleClocks still driving me nuts
Made with Twine & SugarCube SugarCube (v2.0.0-beta.4) So I've been messing around with every type of clock on here for the last week. Most I've figured out, but the base java one I still can't...
View ArticleIssue with using images
I've tried dragging images to the passages themselves, as well as the passage tree screen. The only outcome being displaying the image as though I've opened it in a new tab in a browser. If dragged to...
View Articlecondition/if statement- fail :-(
I am trying to set up an If statement. I have two problems. The first, is that I need to use a decimal point number. This works, to a point, for some reason when the number should read .30, it ends up...
View ArticleSync Twine 2 stories between two (or more) Windows-PCs using a cloud service...
I was looking for a way to have my Twine 2 story stay synced between my PC at home and my laptop at work. Want to present this solution to sync two local installations of Twine 2.0.10 . Twine 2.0.10...
View ArticleTrigger a transition on link click.
Hello I'm currently using 'click-replace' to replace a sample of text with another string but I'm not happy with the instant 'snap' from one string to another when the link is placed. Is it possible to...
View ArticleHow to define and invoke global funcitons in Snowman
I have this very basic quesiotn. I tired looking for the answear but so far all I found suggests that what I'm doing should be working and it isn't. Using Snowman. When I define a function and invoke...
View ArticleHarlowe -Changing color of text when hovering over a link that leads to a...
I used tw-link in my CSS to change the color of links, and tw-link.visited to change the color of visited links. But when you hover over a link that leads to a previously visited passage - it still...
View ArticleHow do I change the word "Restart" in the menu?
I want to translate my twine into French. But I don't see any way to edit "Restart" in the menu.
View Article