How to dynamically change transition speeds from passage to passage.
I'm really bad at CSS, selectors, and classes in general, and I can't seem to figure out how to change the passage transitions. I'm using Twine 2, Sugarcube 2. What I'm trying to do is to make some...
View ArticleSuggestions for an Anti-Cheating Mechanism...
Greeting all! I'm using Twine version 2.0.11 with Sugarcube version 1.0.34. I built a math game that requires kids to correctly answer a certain amount of questions in a row order to "complete" the...
View ArticleMaking Table of Contents with Snowman
Hello, I am a new user to twine 2 and I'm trying to create a fixed sidebar that links to the other passages in the story using snowman. Currently I am prepending some html to a fixed ul but I am not...
View ArticleNothing happens when locally publishing to file
I use Twine 2.1.0 on Windows 8.1 When I click the "Publish to File" option in Twine, nothing happens. No file is created (from what I can find), no dialogue box opens, nothing. Am I doing something wrong?
View ArticlePublishing to file on v 2.1.0
I have been trying to publish one twine to file but every time I click the "publish to file" button, nothing happens. I've been able to publish past twines to file so I'm not sure what's going on with...
View ArticleHarlowe Crafting System
So I've been looking around for a good crafting system for a game I want to create. My 'genius' idea is a painful one to code and I've tried some coding but it isn't working. What I want it simple, if...
View Article[SugarCube 2.11.x] Working with Tags and Passages to create a quest system
Hey there! I was wondering if anyone knows a way to acquire the current room in which the player is residing. The idea is that I'll be using postdisplay to go through an array of boolean variables that...
View ArticleHarlowe 2.0.0 Fade In Transition Help!
It's been a while, Twinerites! I'm having a really odd and probably simple problem with the effect of text fading in on each passage. I read up on a past thread in the discussions that gave a CSS code...
View ArticleTwineJS : How to Serve on local network?
Hi. I got this wonderful version or twine (Twinejs) working on a raspberry pi: Now I would love to make the server listen not to localhost, but my machines IP on the network, so that it can serve other...
View ArticleCreating an enclosing widget
In SugarCube, the <<if>> macro has a boolean parameter, as well as a closing tag, <</if>> or <<endif>>. Can I, using <<widget>>, create something...
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 ArticleIf and endiff error
so i'm trying this out for the first time, and i want it to be so that every time the player dies, jew god takes 25 schmeckles from the player. If the player can't afford it, instead of displaying "jew...
View ArticlePrinting Proofing Copy
Hello All, I'm new to the Forum. Hi Everyone. I've looked through Forum listings on how to print a proofing copy but have not found a solution that works yet. Specs: Twine 2.1, Sugarcube Windows 10...
View ArticleHarlowe 2 - hidden/show/enchant etc. not working?
Okay, so! I recently downloaded Twine 2.1.0 after... very belatedly realising it'd had an update several eons ago, and I saw we can now use Harlowe 2.0.0! Only I seem to be unable to use the new...
View ArticleTwine 2.1.0 starts but won't accept commands, including Quit
I recently updated to Twine 2.1.0 on Windows 10 64-bit. When I start the program I get the menus but an otherwise blank window - no "Create new story" or anything else. When I try to use the menu...
View ArticleAble to use a variable as a span ID?
Sorry, pretty new to this, but my combined google-fu and experimentation has been failing me for about an hour now. In sugarcube, is it possible to use a variable as a span ID, or to otherwise provide...
View ArticleTrying to get background image on a passage
Twine 2.1.0, Harlowe 2.0 I want to use an image for the background for a single passage. I'm trying this: (background: "example.jpg")?Page But I get this error: The (background:) command should be...
View ArticleTrying to get background image on a passage
Twine 2.1.0, Harlowe 2.0 I want to use an image for the background for a single passage. I'm trying this: (background: "example.jpg")?Page But I get this error: The (background:) command should be...
View ArticleHelp on Timers in Sugarcube? (Offline version)
So I'm INCREDIBLY new to sugarcube, and I've been poking about the tutorials like a mad woman for a little while now- the issue is I'm getting a whole string of pieces of code; But I haven't the...
View ArticleHelp with Shop Functionality
I was trying to be clever and store a shop's inventory as an array of objects and "auto build" the store in Harlowe 2: (if: $store_inventory's length > 0)[(for: each _item,...
View Article