What's the SugarCube license?
The SugarCube website says that it's libre, but I can't figure out which specific license it's using.
View ArticlePoll: Which version of Twine are you using: 1.4, 2.0? Harlowe, Sugarcube, etc.?
I wrote up a three question survey to check which version of Twine everyone's using. Fill it out here. This was based on a conversation between Chris Klimas and I where we both realized we had the same...
View ArticleChanging between 2 CSS settings
So I'm looking to try and change CSS sheets based on a true false variable so I can go between black background and white text/white background and black text. I'm using Harlowe and I've been looking...
View ArticleHello again, new twine!
Hello everyone! I hope you're all doing well! I just uploaded a little IF called "Love Forever". It is a story dealing with love, reincarnation, and guilt. I hope you give it a quick play through and...
View ArticleIn a fight, how do I replace the fight text with the win/loss text?
(if: (either: 0, 1) is 0)[The snake bites you. Yowch! (set: $currenthp to $currenthp + $armordefense - $snakedamage) The snake's current hp is $snakehp. Your current hp is $currenthp. [[Fight...
View ArticleHow Do You Display Previously Chosen Answers?
Hi I'm brand new to Twine so all of this can be a little intimidating so sorry if this is obvious. I'm looking for a way for people playing the game to be able to scroll back up through the story and...
View ArticleAdvanced Passage Connectivity Testing
I raised this as an enhancement issue at the twinejs repo already, but I'd just like to post here as well. One feature that would be widely useful is telling the user what branches are reachable from a...
View ArticleHow to display one of three random passages
Hi, all. I'd like a passage in my game to take the player to one of three random passages (or, maybe more simply, to display one of three text blocks, which are long and contain dialogue and multiple...
View ArticleTwine 2 on iPad
Just tried this. It's really good.I tried Inkle on iPad and it was slow and janky with too many CSS animations. Plus everything required several clicks to respond. Twine 2 on the other hand was neat...
View ArticleHow do I properly copy a datamap object out of an array?
Sugarcube 2, Twine 2 In the "Start" passage I create my objects: <<set $player to {name: Player, level: 1, exp: 0}>> <<set $npc1 to {name: NPC1, level: 1, exp: 0}>> <<set...
View Article'ab' in words replaced with 'af' [Snowman 1.1]
I've seen this happen quite often. Words like 'able' and 'uncomfortably becoming 'afle, and 'uncomfortafly'. Whereas words like 'safe' and 'after' go untouched. It even goes so far as to modify my...
View ArticleHey folks! Trying to retrieve the name of the current passage for a macro in...
So I am using Twine version 2 with the Harlowe theme and while I'm very grateful for the docs I feel very confused about how to get certain things done. I have, for the sake of a few macros that run in...
View Article[Snowman] How do I implement the macro in Snowman 2? What about prerender and...
I love Snowman because I'm good with jQuery but the missing macros really bother me.... How can I display one passage within another? I have some scripts that I reuse often but organizationally don't...
View ArticleSugarcube question regarding text and image alignment
Cheers, I'm using Twine 1.4 (because of the image handling) and after a lot of trial and error I decided to use Sugarcube 2 as "engine" (simply because of the somewhat easier management of variables in...
View Articleimporting/exporting stories from 2.0 to 1.4
I'm new to Twine and started a complex story in 2.0. However, after 25 passages, I realized that I could not embed an image in this version. Will I need to chalk this up to experience and re-input to...
View ArticleGuide to using Harlowe
I've been working on a guide to writing stories using the Harlowe format and have decided to release a first version. http://twine.analytical-engine.co.uk/index.html Notes: The guide was created using...
View ArticleName Selection [Snowman 1.2]
This is sort of a follow up to a question I asked a while back. I figured a separate discussion was appropriate, as the aforementioned post is dated. Most forums aren't keen on bumping old topics. Name...
View ArticleHow can I keep my games passages visable, throughout the whole game, so the...
I'm new to this, and I've been coding the stylesheet in Harlowe with CSS. When i play through the game, it only will show one passage at a time, after you click a link to another passage, it disappears...
View ArticleFormatting Single Links
Hello all, pfm2001 here. I would like to know if I can make a single link a certain color, such as having a red link, a blue link, and a green link, all on the same page?
View Articlesmall coding troubles with and variables
i'm seeming to be having problems with <<replace>>... this is only my second day with the program so do bear with me ^^ the following is my coding in the first passage: [06:29:11 PM]...
View Article