I can't open Twine
Hey, i'm really new to this, i tried some time before in between Twine and Twine 2. I came back because i need to do some work for uni, and i would really like to use this program. For some reason...
View ArticleNative Android Application
I have to make game like Life line with twine. My question is can i make it with native android platform.If Yes then how? Thanks
View ArticleFooters and Health Bars
Hi folks, I am really new to Twine and coding. Everything I know I have learned through google and reading through this forum. I am currently stuck with a few different issues, and I was hoping someone...
View ArticleI want to create a prompt box in which the answer becomes a correct or...
Hi there, I'm using Harlowe on Twine 2.0 I've spent the entire day trying to figure out what is probably an easy piece of code. I have a passage in which I'd like the user to complete a basic maths...
View Article[Harlowe] Making a separate area for images
I'm using Harlowe on Twine 2. I don't know is the language I'm using is strictly relevant here. I'm currently using what is effectively an inventory system, and altering it to work like a character...
View ArticleHow can I write a find:replace function for gender? [Snowman 1.3]
Hello, could someone explain how find:replace functions work in Snowman 1.3 I'd like to use it as means to assign a player's gender. The current code I'm working with looks something like this, and it...
View ArticleChanging the Opacity of a Background Image
Hi All, I am using Harlowe 2.0.1 and am unsure how to change the opacity of a background image on my start page. This is what I have in the stylesheet: html.start tw-story {background-image: url ("my...
View ArticleHow to seamlessly unstow, disable stowing and disable the back button, and...
Hey everyone i was wondering if it was possible to Unstow the UIbar, then disable stowing and disable the back button, all within a single passage. Then afterwards re-enable stowing and the back button...
View Article[Feature Request] Twine 2 - Ability to draw containers for passages
Hi there, I've noticed that organizing passages using Twine's UI is very hard. This is a visual problem when it comes to organizing nodes on a graph. In Twine 2 you have no way of color coding passages...
View ArticleGregorian Calendar Clock not working
Twine version 2.1.3 / Sugarcube 2.18.0 I've read the calendar/clock posts three dozen times. I'm confused where I'm messing up. StoryCaption displays properly. My set up is this: StoryInit: <<set...
View ArticleInventory not working
Twine version 2.1.3 / Sugarcube 2.18.0 Hey all, I'm trying to get an inventory to work. ANY inventory and all of the ones I've attempted, fail. Currently trying the:...
View ArticleWhere can I find good examples of stories made with Snowman 1.3?
Ideally, I'd be able to peek under the hood to see how they approach their development. I have a decent amount of JS experience and don't feel like I'm stuck on learning. I tend to learn a lot and pick...
View ArticleCSS - Color of a specific passage
So, I want every passage to have a pink background exept the first. I made this : body { background-color: pink; } .Start { background-color: white; } But the first passage (wich has a Start tag) is...
View ArticleHelp with some noob stuff
So I have a few questions that I need help with. I'm using sugarcube 2.18 and I want to add a box to the sidebar (like the default save and restart) with all the possible endings, and you'll be able to...
View ArticleTwine 2 SugarCube 2.x Inventory System Modifications
Hi there, I am currently using the inventory system from the Twine Wiki here. I am currently using SugarCube because I love the responsive css which passes Google's Mobile Friendly Test, and the...
View ArticleVariable changes CSS?
Is it possible to have a background color changing of intensity according to a variable in percentages? (I'm using Sugarcube if it's important).
View ArticleHarlowe 2.1 Header Width Problem
So I made a header and a footer in my twine game using Harlowe 2.1. Everything seemed fine except the header was significantly narrower than the footer or the tw-passage. Is there anyway to control the...
View ArticleProblem with checkbox macro // array (SC2)
Hey everybody, I am having a hard time understanding how to use the <<checkbox>> macro in SC2: <<set $rightAnswer to [true, false, false, true, false, false, false, true,...
View ArticleSugarCube 2 - "global" nobr ?
Instead of giving all passages a "nobr" tag - is there a way to assign a "nobr" to all passages at once?
View ArticleTwine Crashed
Hi Guys I downloaded Twine to my laptop (windows). Today my laptop turned off without me shutting it down correctly. I opened Twine later today and it displays a blank screen. Only 2 buttons are...
View ArticleAdding sentences to Arrays
Hello there. I've using the following code to contain and display information about npc's during my game: <<set $npcs to { barkeeper:{name: "Unknown", interaction: 0, aff: "", related:"",...
View ArticleTwine 2 Harlowe 2.0.1 Validating Links
Hi everyone, I am somewhat new to Twine, so I am looking for help on validating links. The main problem I am having is I can't figure out how to to make a link that only works if a certain condition is...
View ArticleRecover lost story
Hello, I have migrated my story from v 1. to the latest v. 2.1.3 on linux. I've had to recreate each story blocks, but the new UI makes things easier to work with. Unfortunatly after the migration, I...
View ArticleDon't clear the screen
Hi, all! I'm using Twine 2.1.3 and SugarCube 2.18.0. Is it possible to leave the current passage and enter another one without clearing the screen ? It is a utility passage and I don't want the player...
View ArticleRadiobuttons and If's
So... I've been using radiobuttons quite frequently, and they're great to establish variables. But I came across a question. It's not a structural problem to my game, just a whim, but I got curious. So...
View ArticleTrying to implement an "aggression" system. Help?
So I'm trying to make a game that is essentially the player making decisions what to say in a group chat with a couple friends. Rather than have a separate path for every choice, is there a way in...
View ArticleLast day in the forum.
Hey guys. I've messed with Twine for years, and tended to lurk around these forums and search through for answers and such since back in the sugarcane days. I like games and I like writing, and I...
View ArticleProblem in simple loop
Hi, all! I'm using Twine 2.1.3 and SugarCube 2.18.0. This doesn't work: <<set _outcome to 0>> <<for _outcome == 0>> Loop <<if _outcome == 1>> $victory <<goto...
View ArticleAutomatic progress saving [Snowman 1.3]
I tried posting this on the twinery.org/questions forum, but never received a response to my second question. Could someone please explain how to setup automatic progression saves in JavaScript? I'm...
View Article